Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| network nat gateway create | cmd network nat gateway create added parameter pip_addresses_v6 |
||
| network nat gateway create | cmd network nat gateway create added parameter pip_prefixes_v6 |
||
| network nat gateway create | cmd network nat gateway create added parameter source_vnet |
||
| network nat gateway update | cmd network nat gateway update added parameter pip_addresses_v6 |
||
| network nat gateway update | cmd network nat gateway update added parameter pip_prefixes_v6 |
||
| network nat gateway update | cmd network nat gateway update added parameter source_vnet |
||
| network public-ip prefix create | cmd network public-ip prefix create added parameter sku |
||
| network public-ip update | cmd network public-ip update update parameter sku: updated property choices from ['Basic', 'Standard'] to ['Basic', 'Standard', 'StandardV2'] |
|
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>
|
6018f06 to
fd453be
Compare
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
7b005c3 to
51e4574
Compare
There was a problem hiding this comment.
Pull Request Overview
This pull request adds support for Network API version 2024-07-01, introducing StandardV2 SKU support for NAT Gateways and Public IPs, IPv6 support for NAT Gateways and Public IP Prefixes, and enables defaultPublicNatGateway output for StandardV2 NAT Gateways in virtual network commands.
Key Changes:
- Updates Azure Management Network API version from 2024-05-01 to 2024-07-01
- Adds support for StandardV2 SKU for NAT Gateways and Public IPs
- Enables IPv6 support for NAT Gateway and Public IP Prefix resources
- Updates virtual network show/list commands to support
defaultPublicNatGatewayoutput
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
f28eb37 to
61db54c
Compare
Related command
az network nat gateway create/delete/list/show/updateaz network public-ip create/delete/list/show/updateaz network public-ip prefix create/delete/list/show/updateaz network vnet create/delete/list/show/updateDescription
resolve: #31245
fix: #31954
aaz Azure/aaz#823
Testing Guide
History Notes
[Network]
az network nat gateway: Support Standard V2 SKU and Public IP (Prefixes) V6[Network]
az network public-ip: Support Standard V2 SKU[Network]
az network public-ip prefix: Support Standard V2 SKU[Network]
az network vnet show/list: SupportdefaultPublicNatGatewayoutput for StandardV2 NAT Gateway[Network] Fix #31954:
az network application-gateway waf-policy custom-rule: Deserialization errors withincomputedDisabledRulesThis 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.