Skip to content

feat: Make opstate more discoverable for users - #413

Merged
shinmog merged 1 commit into
developfrom
feat/opstate
Feb 4, 2022
Merged

shinmog merged 1 commit into
developfrom
feat/opstate

Conversation

@shinmog

@shinmog shinmog commented Feb 4, 2022

Copy link
Copy Markdown
Collaborator

This condenses the opstate namespace into its own class, and adds
an .about(). This means that .opstate will always exist
(as opposed to just if there are functions there or not).

Work on #396

This condenses the opstate namespace into its own class, and adds
an `.about()`.  This means that `.opstate` will always exist
(as opposed to just if there are functions there or not).

Work on #396
@shinmog
shinmog requested a review from btorresgil February 4, 2022 01:15
@shinmog
shinmog merged commit f4f08d0 into develop Feb 4, 2022
@shinmog
shinmog deleted the feat/opstate branch February 4, 2022 15:16
bmigette pushed a commit to bmigette/pan-os-python that referenced this pull request Feb 7, 2022
This condenses the opstate namespace into its own class, and adds
an `.about()`.  This means that `.opstate` will always exist
(as opposed to just if there are functions there or not).

Work on PaloAltoNetworks#396
shinmog added a commit that referenced this pull request Mar 28, 2022
* Prisma Access Skeleton

* Prisma RN beta

* Added example to create remote network with IKE GW + IPSEC Tunnel

* Added Doc

* Checked Defaults

* Formatting

* Make Test passing

* Added PANORAMA_OBJECTS in test_standards.py to skip panorama only objects

* Various fixes after code review with Garfield

* Added back .vscode/settings.json

* Added support for ops commands to retrieve prisma access jobs status

* Fixed prisma_access_show_jobs_status.py description

* Added multi-tenant support and renamed static_routes to subnets

* Code tweaking

* fix(AggregateInterface): Correct lacp_passive_pre_negotiation xpath

Fixes #406

* feat: Make opstate more discoverable for users (#413)

This condenses the opstate namespace into its own class, and adds
an `.about()`.  This means that `.opstate` will always exist
(as opposed to just if there are functions there or not).

Work on #396

* Updated CloudServicesPlugin optstate to new method

* Reverted formatting with black 19, removed indexing per job_id on CloudServicesJobsStatus

Co-authored-by: Bastien Migette <bmigette@paloaltonetworks.com>
Co-authored-by: Garfield Freeman <gfreeman@paloaltonetworks.com>
github-actions Bot pushed a commit that referenced this pull request Mar 29, 2022
## [1.7.0](v1.6.0...v1.7.0) (2022-03-29)

### Features

*  Add Prisma Access support ([#419](#419)) ([f93416e](f93416e)), closes [#406](#406) [#413](#413) [#396](#396)
* Add decryption rule target and negate_target ([#404](#404)) ([88a2903](88a2903))
* Add hierarchy retrieval info ([#366](#366)) ([a290b31](a290b31))
* Add hit count support for Panorama / device group rulebases ([#429](#429)) ([057822a](057822a)), closes [#388](#388)
* **panos.panorama.Panorama:** Add `refresh_shared_objects()` ([#436](#436)) ([11327a4](11327a4)), closes [#428](#428)
* Add alternative quoting for `op()` ([#367](#367)) ([b8d0379](b8d0379)), closes [#234](#234)
* Add Cloud Services plugin support ([683f3b5](683f3b5))
* Add Local User Database objects ([#385](#385)) ([d39b6de](d39b6de))
* Add objects.ApplicationOverride ([#405](#405)) ([98db86a](98db86a))
* Add policies.AuthenticationRule ([#415](#415)) ([0d70d3f](0d70d3f))
* ApplicationTag - tag predefined applications ([#414](#414)) ([cfee6e3](cfee6e3))
* Make opstate more discoverable for users ([#413](#413)) ([f4f08d0](f4f08d0)), closes [#396](#396)

### Bug Fixes

* **panos.objects.ApplicationFilter:** Fix tag path  ([#381](#381)) ([a0991f8](a0991f8))
* `delete_similar()` now breaks delete calls into chunks ([#435](#435)) ([4333377](4333377))
* Fixes `refresh()` for attrib style params ([#395](#395)) ([0b47a3a](0b47a3a)), closes [#392](#392)
* Modify show_highavailability_state method xpath for Panorama ([#430](#430)) ([37ed2ca](37ed2ca))
* **AggregateInterface:** Correct lacp_passive_pre_negotiation xpath ([6a67320](6a67320)), closes [#406](#406)
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.7.0 🎉

The release is available on PyPI and GitHub release

Posted by semantic-release bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant