-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local develop #469
Open
alexortize
wants to merge
18
commits into
PaloAltoNetworks:develop
Choose a base branch
from
alexortize:local_develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Local develop #469
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 6adf816 Merge: 2925d20 a290b31 Author: alexortize <[email protected]> Date: Thu Jan 27 14:09:25 2022 -0700 Merge branch 'develop' into origin/fix commit 2925d20 Merge: e97033a 07acc06 Author: alexortize <[email protected]> Date: Thu Jan 27 13:30:00 2022 -0700 Merge branch 'bugfix' of https://github.com/alexortize/pan-os-python into origin/fix commit e97033a Author: alexortize <[email protected]> Date: Thu Jan 27 13:21:44 2022 -0700 Update policies.py file to use Unix style EOL. commit 07acc06 Author: alexortize <[email protected]> Date: Thu Jan 27 13:21:44 2022 -0700 Update policies.py commit 889020a Author: alexortize <[email protected]> Date: Thu Jan 27 12:52:13 2022 -0700 clean up done moved some things around and removed whitespace causing test to fail. commit f2ca3ef Author: alexortize <[email protected]> Date: Wed Jan 26 15:34:33 2022 -0700 feat: Added negate and negate_target to DecryptionRule feat: Added negate and negate_target to DecryptionRule commit d0964a9 Author: alexortize <[email protected]> Date: Wed Jan 26 13:46:41 2022 -0700 bug: DecryptionRule wrong xpath. DecryptionRule _setup method was referencing wrong xpath for decryption rules.
commit a0ce81f Author: alexortize <[email protected]> Date: Thu Jan 27 16:07:51 2022 -0700 fixed parameters fixed parameters so it matched order during testing commit ce71ffa Merge: df2cb56 a290b31 Author: alexortize <[email protected]> Date: Thu Jan 27 14:10:07 2022 -0700 Merge branch 'develop' into origin/feat commit df2cb56 Author: alexortize <[email protected]> Date: Thu Jan 27 13:14:00 2022 -0700 removed extra whitespace removed extra whitespace commit e073284 Author: alexortize <[email protected]> Date: Wed Jan 26 14:36:05 2022 -0700 Updated comment commit 05f4aa4 Author: alexortize <[email protected]> Date: Wed Jan 26 14:32:57 2022 -0700 feat: Added ApplicationOverride object Added ApplicationOverride object.
…python into local_develop
Removed some automatic changes generated by VS Code.
…python into local_develop
Updated DeviceGroup class to support Tag objects at device group level.
added UrlFilteringProfile class
Fixed UrlFilteringProfile mode
Updated description
Added objects missing for URLFilteringProfile
Renamed object varible related to credential enforcement
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added support for Tag objects at device group level.
Motivation and Context
Wasn't able to discover Tag objects defined on device groups.
How Has This Been Tested?
Able to discover tags now. Haven't tested manipulating them yet.
Checklist