Enable Support for New ExpressRoute SKU: ErGwScale #28058
Labels
Auto-Assign
Auto assign by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
feature-request
Network
az network vnet/lb/nic/dns/etc...
Milestone
Preconditions
Related command
az network vnet-gateway create / update
Resource Provider
Microsoft.Network/virtual_network_gateways
Description of Feature or Work Requested
az network vnet-gateway create / update
az network vnet-gateway create -g MyResourceGroup -n MyVnetGateway --public-ip-address MyGatewayIp --vnet MyVnet --gateway-type ExpressRoute --sku ErGwScale --min-scale-unit 3 --max scale unit 5
Will create a gateway with Sku ErGwScale that can scale from a minimum of 3 scale units to a max of 5 scale units.
az network vnet-gateway update -g MyResourceGroup -n MyVnetGateway --min-scale-unit 4 --max-scale-unit 8
Will update the scale units to support min of 4 and max of 8.
Minimum API Version Required
2023-02-01
Swagger PR link / SDK link
Azure/azure-rest-api-specs#25107
Azure/azure-rest-api-specs#25969
Request Example
Pull Request - NRP
Target Date
2023-12-26
PM Contact
[email protected]
Engineer Contact
[email protected]
Additional context
Powershell Link
The text was updated successfully, but these errors were encountered: