Skip to content

Conversation

Prakriti-nith
Copy link
Member

@Prakriti-nith Prakriti-nith commented Oct 17, 2025


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

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.

@Copilot Copilot AI review requested due to automatic review settings October 17, 2025 08:02
Copy link

Validation for Breaking Change Starting...

Thanks for your contribution!

Copy link

Hi @Prakriti-nith,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@Prakriti-nith Prakriti-nith marked this pull request as draft October 17, 2025 08:02
@yonzhan
Copy link
Collaborator

yonzhan commented Oct 17, 2025

Thank you for your contribution! We will review the pull request and get back to you soon.

Copy link

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).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

@Prakriti-nith Prakriti-nith marked this pull request as ready for review October 17, 2025 08:03
Copy link

CodeGen Tools Feedback Collection

Thank 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

Copy link
Contributor

@Copilot Copilot AI left a 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

Copy link

github-actions bot commented Oct 17, 2025

@github-actions github-actions bot added the release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually. label Oct 17, 2025
@Prakriti-nith Prakriti-nith force-pushed the features-2025-10-08-PAN branch from 449b461 to c9531b7 Compare October 17, 2025 08:24
@Prakriti-nith Prakriti-nith force-pushed the features-2025-10-08-PAN branch from d8868fd to 275385b Compare October 17, 2025 08:33
@Prakriti-nith Prakriti-nith force-pushed the features-2025-10-08-PAN branch from 11a1b02 to 9f346c9 Compare October 17, 2025 09:18
@github-actions github-actions bot removed the release-version-block Updates do not qualify release version rules. NOTE: please do not edit it manually. label Oct 17, 2025
@yonzhan yonzhan requested a review from jsntcy October 17, 2025 09:39
@Prakriti-nith Prakriti-nith marked this pull request as draft October 17, 2025 10:26
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.

3 participants