-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update PAN az cli with new stable API version 2025-10-08 #9308
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
base: main
Are you sure you want to change the base?
Conversation
Validation for Breaking Change Starting...
Thanks for your contribution! |
Hi @Prakriti-nith, |
Thank you for your contribution! We will review the pull request and get back to you soon. |
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
CodeGen Tools Feedback CollectionThank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Palo Alto Networks Azure CLI extension to use the new stable API version 2025-10-08, replacing the previous 2022-08-29 version. The update includes schema changes, new features, and improvements to existing commands.
Key Changes:
- Updated API version from 2022-08-29 to 2025-10-08 across all commands
- Added new firewall metrics configuration support
- Added support for Strata Cloud Manager configuration
- Enhanced network profile with new properties for private source NAT rules and trusted ranges
Reviewed Changes
Copilot reviewed 64 out of 64 changed files in this pull request and generated 10 comments.
Show a summary per file
File | Description |
---|---|
Multiple _wait.py , _show.py , _list.py , _delete.py , _create.py , _update.py files |
API version update to 2025-10-08 and provisioning_state marked as read_only |
firewall/metric/ files |
New metric configuration commands for firewall monitoring |
firewall/_create.py , _show.py , _update.py , etc. |
Added Strata Cloud Manager and network profile enhancements |
cloudngfw/__init__.py and related files |
New subscription-level operations for support info and cloud manager tenants |
firewall/status/default/_show.py and status/_list.py |
Added Strata Cloud Manager status information |
.../azext_palo_alto_networks/aaz/latest/palo_alto/cloudngfw/local_rulestack/local_rule/_list.py
Outdated
Show resolved
Hide resolved
.../azext_palo_alto_networks/aaz/latest/palo_alto/cloudngfw/local_rulestack/_show_change_log.py
Outdated
Show resolved
Hide resolved
..._palo_alto_networks/aaz/latest/palo_alto/cloudngfw/local_rulestack/_list_security_service.py
Outdated
Show resolved
Hide resolved
...lto_networks/aaz/latest/palo_alto/cloudngfw/local_rulestack/_list_predefined_url_category.py
Outdated
Show resolved
Hide resolved
...ks/azext_palo_alto_networks/aaz/latest/palo_alto/cloudngfw/local_rulestack/_list_firewall.py
Outdated
Show resolved
Hide resolved
...s/azext_palo_alto_networks/aaz/latest/palo_alto/cloudngfw/firewall/metric/default/_update.py
Outdated
Show resolved
Hide resolved
...rks/azext_palo_alto_networks/aaz/latest/palo_alto/cloudngfw/firewall/metric/default/_show.py
Outdated
Show resolved
Hide resolved
...s/azext_palo_alto_networks/aaz/latest/palo_alto/cloudngfw/firewall/metric/default/_delete.py
Outdated
Show resolved
Hide resolved
...to-networks/azext_palo_alto_networks/aaz/latest/palo_alto/cloudngfw/firewall/metric/_list.py
Outdated
Show resolved
Hide resolved
...lo-alto-networks/azext_palo_alto_networks/aaz/latest/palo_alto/cloudngfw/firewall/_delete.py
Outdated
Show resolved
Hide resolved
|
449b461
to
c9531b7
Compare
d8868fd
to
275385b
Compare
11a1b02
to
9f346c9
Compare
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.json
automatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json
.