[Network] az network nat gateway: Add --nat64 to enable/disable NAT64 on StandardV2 NAT gateways#33679
Draft
huiii99 wants to merge 2 commits into
Draft
[Network] az network nat gateway: Add --nat64 to enable/disable NAT64 on StandardV2 NAT gateways#33679huiii99 wants to merge 2 commits into
az network nat gateway: Add --nat64 to enable/disable NAT64 on StandardV2 NAT gateways#33679huiii99 wants to merge 2 commits into
Conversation
️✔️AzureCLI-FullTest
|
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| network nat gateway create | cmd network nat gateway create added parameter nat64 |
||
| network nat gateway create | cmd network nat gateway create added parameter service_gateway |
||
| network nat gateway update | cmd network nat gateway update added parameter nat64 |
||
| network nat gateway update | cmd network nat gateway update added parameter service_gateway |
Collaborator
|
Network |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related command
az network nat gateway createaz network nat gateway updateaz network nat gateway showaz network nat gateway listDescription
Add a new
--nat64parameter toaz network nat gateway createandaz network nat gateway update, allowing customers to enable or disable NAT64 on StandardV2 SKU NAT gateways. Accepted values:Enabled,Disabled,None. Thenat64property is surfaced inshow/listoutput.resolve #33646
aaz Azure/aaz#1038
Testing Guide
azdev test test_natgateway_nat64 --liveHistory Notes
[Network]
az network nat gateway create/update: Add--nat64to enable/disable NAT64 on StandardV2 NAT gatewaysThis 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.