Related command
az network vnet and az network virtual-appliance
Is your feature request related to a problem? Please describe.
The Azure Network RP is adding new properties to the VirtualNetwork and VirtualNetworkAppliance resources in API version 2025-07-01. The CLI commands do not yet expose these new properties:
-
VirtualNetwork: A new property summarizedGatewayPrefixes (type: AddressSpace) has been added to VirtualNetworkPropertiesFormat. This provides a summarized list of advertised prefixes for the virtual network. It should be visible in az network vnet show/list output.
-
VirtualNetworkAppliance: A new property privateIPAddressVersion (type: string, values: IPv4 or DualStack, default: IPv4) has been added to VirtualNetworkAppliancePropertiesFormat. This controls whether the VNA is IPv4-only or Dual Stack.
-
VirtualNetworkAppliance: The bandwidthInGbps property type has been corrected from string to number.
Describe the solution you'd like
az network vnet show/list/create/update should display summarizedGatewayPrefixes in the output.
az network virtual-appliance create should accept a --private-ip-address-version parameter with allowed values IPv4 and DualStack.
az network virtual-appliance show/list/create should display privateIPAddressVersion and bandwidthInGbps (as a number) in the output.
Describe alternatives you've considered
Users can use az rest to call the API directly, but native CLI support is preferred for discoverability and usability.
Additional context
Related command
az network vnetandaz network virtual-applianceIs your feature request related to a problem? Please describe.
The Azure Network RP is adding new properties to the VirtualNetwork and VirtualNetworkAppliance resources in API version
2025-07-01. The CLI commands do not yet expose these new properties:VirtualNetwork: A new property
summarizedGatewayPrefixes(type:AddressSpace) has been added toVirtualNetworkPropertiesFormat. This provides a summarized list of advertised prefixes for the virtual network. It should be visible inaz network vnet show/listoutput.VirtualNetworkAppliance: A new property
privateIPAddressVersion(type:string, values:IPv4orDualStack, default:IPv4) has been added toVirtualNetworkAppliancePropertiesFormat. This controls whether the VNA is IPv4-only or Dual Stack.VirtualNetworkAppliance: The
bandwidthInGbpsproperty type has been corrected fromstringtonumber.Describe the solution you'd like
az network vnet show/list/create/updateshould displaysummarizedGatewayPrefixesin the output.az network virtual-appliance createshould accept a--private-ip-address-versionparameter with allowed valuesIPv4andDualStack.az network virtual-appliance show/list/createshould displayprivateIPAddressVersionandbandwidthInGbps(as a number) in the output.Describe alternatives you've considered
Users can use
az restto call the API directly, but native CLI support is preferred for discoverability and usability.Additional context
2025-07-01Microsoft.Network/virtualNetworksandMicrosoft.Network/virtualNetworkAppliances