{Network} az network virtual appliance: GA release#31680
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @Jing-song, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
️✔️AzureCLI-BreakingChangeTest
|
|
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>
|
There was a problem hiding this comment.
Pull Request Overview
This PR promotes the Azure CLI network virtual-appliance commands from preview to GA by removing the is_preview=True flag from all relevant command and command-group registrations.
- Removed the
is_previewparameter forsku,site, and corenetwork virtual-appliancecommands. - Ensured delete commands retain their
confirmationargument.
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/.../network/virtual_appliance/sku/_show.py | Dropped is_preview=True from sku show |
| src/.../network/virtual_appliance/sku/_list.py | Dropped is_preview=True from sku list |
| src/.../network/virtual_appliance/sku/__cmd_group.py | Dropped is_preview=True from sku group |
| src/.../network/virtual_appliance/site/_update.py | Dropped is_preview=True from site update |
| src/.../network/virtual_appliance/site/_show.py | Dropped is_preview=True from site show |
| src/.../network/virtual_appliance/site/_list.py | Dropped is_preview=True from site list |
| src/.../network/virtual_appliance/site/_delete.py | Removed preview flag; kept confirmation |
| src/.../network/virtual_appliance/site/_create.py | Dropped is_preview=True from site create |
| src/.../network/virtual_appliance/site/__cmd_group.py | Dropped is_preview=True from site group |
| src/.../network/virtual_appliance/_update.py | Dropped is_preview=True from update |
| src/.../network/virtual_appliance/_show.py | Dropped is_preview=True from show |
| src/.../network/virtual_appliance/_list.py | Dropped is_preview=True from list |
| src/.../network/virtual_appliance/_delete.py | Removed preview flag; kept confirmation |
| src/.../network/virtual_appliance/_create.py | Dropped is_preview=True from create |
|
plz provide the changes in Azure/aaz. |
|
Related command
Description
close #31666
aaz: Azure/aaz#787
All of the networkVirtualAppliance commands listed here: https://learn.microsoft.com/en-us/cli/azure/network/virtual-appliance?view=azure-cli-latest have been GA for a while now. Remove the "preview" tag on them.
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.