- Notifications
You must be signed in to change notification settings - Fork3.1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
{Network} Vpn gateway bandwidth#31100
base:dev
Are you sure you want to change the base?
Conversation
️✔️AzureCLI-FullTest
|
Hi@cxznmhdcxz, |
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
network vnet-gateway create | cmdnetwork vnet-gateway create added parameterenable_advanced_connectivity |
Thank you for your contribution! We will review the pull request and get back to you soon. |
The git hooks are available forazure-cli andazure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (forazure-cli) or main branch (forazure-cli-extensions). pip install azdev --upgradeazdev setup -c<your azure-cli repo path> -r<your azure-cli-extensions repo path> |
Related command
az network vnet-gateway create/delete/list/show/update
az network vpn-connection delete/list/show/update
Description
resolve#31068
Azure/aaz#721
Testing Guide
History Notes
[Network]
az network vnet-gateway create
: Add--enable-high-bandwith-vpn-gateway
parameter[Network]
az network vpn-connection show
: Support new properties output with virtual network gatewayThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline inSubmitting Pull Requests.
I adhere to theCommand Guidelines.
I adhere to theError Handling Guidelines.