diff --git a/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/vnet/_create.py b/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/vnet/_create.py index 79e128f4d49..21369b2087d 100644 --- a/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/vnet/_create.py +++ b/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/vnet/_create.py @@ -30,9 +30,6 @@ class Create(AAZCommand): :example: For --summarized-gateway-prefixes with address-prefixes az network vnet create --resource-group rg1 --name test-vnet --location eastus --address-prefixes 10.0.0.0/16 --summarized-gateway-prefixes address-prefixes="[10.0.0.0/16]" - - :example: For --summarized-gateway-prefixes with ipam-pool-prefix-allocations - az network vnet create -g {rg} -n {vnet} --address-prefixes 10.0.0.0/16 --summarized-gateway-prefixes ipam-pool-prefix-allocations="[{id:,number-of-ip-addresses:10}]" """ _aaz_info = { diff --git a/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/vnet/_update.py b/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/vnet/_update.py index 6a374e6004a..0427b334a1a 100644 --- a/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/vnet/_update.py +++ b/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/vnet/_update.py @@ -28,9 +28,6 @@ class Update(AAZCommand): :example: For --summarized-gateway-prefixes with address-prefixes az network vnet update --resource-group rg1 --name test-vnet --summarized-gateway-prefixes address-prefixes="[10.0.0.0/16,10.1.0.0/16]" - - :example: For --summarized-gateway-prefixes with ipam-pool-prefix-allocations - az network vnet update --resource-group rg1 --name test-vnet --summarized-gateway-prefixes ipam-pool-prefix-allocations="[{id:,number-of-ip-addresses:10}]" """ _aaz_info = {