Skip to content
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
wants to merge 18 commits into
base: develop
Choose a base branch
from
Open

Conversation

alexortize
Copy link
Contributor

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.

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have updated the documentation accordingly.
  • [X ] I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

alexortize and others added 18 commits January 27, 2022 16:55
commit 6adf816
Merge: 2925d20 a290b31
Author: alexortize <ortiz.alexis@gmail.com>
Date:   Thu Jan 27 14:09:25 2022 -0700

    Merge branch 'develop' into origin/fix

commit 2925d20
Merge: e97033a 07acc06
Author: alexortize <ortiz.alexis@gmail.com>
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 <ortiz.alexis@gmail.com>
Date:   Thu Jan 27 13:21:44 2022 -0700

    Update policies.py file to use Unix style EOL.

commit 07acc06
Author: alexortize <ortiz.alexis@gmail.com>
Date:   Thu Jan 27 13:21:44 2022 -0700

    Update policies.py

commit 889020a
Author: alexortize <ortiz.alexis@gmail.com>
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 <ortiz.alexis@gmail.com>
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 <ortiz.alexis@gmail.com>
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 <ortiz.alexis@gmail.com>
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 <ortiz.alexis@gmail.com>
Date:   Thu Jan 27 14:10:07 2022 -0700

    Merge branch 'develop' into origin/feat

commit df2cb56
Author: alexortize <ortiz.alexis@gmail.com>
Date:   Thu Jan 27 13:14:00 2022 -0700

    removed extra whitespace

    removed extra whitespace

commit e073284
Author: alexortize <ortiz.alexis@gmail.com>
Date:   Wed Jan 26 14:36:05 2022 -0700

    Updated comment

commit 05f4aa4
Author: alexortize <ortiz.alexis@gmail.com>
Date:   Wed Jan 26 14:32:57 2022 -0700

    feat: Added ApplicationOverride object

    Added ApplicationOverride object.
Removed some automatic changes generated by VS Code.
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants