Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Support for New ExpressRoute SKU: ErGwScale #28058

Closed
1 task done
aneeshakella-microsoft opened this issue Dec 18, 2023 · 2 comments · Fixed by #28219
Closed
1 task done

Enable Support for New ExpressRoute SKU: ErGwScale #28058

aneeshakella-microsoft opened this issue Dec 18, 2023 · 2 comments · Fixed by #28219
Assignees
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

Comments

@aneeshakella-microsoft
Copy link

Preconditions

  • No need to upgrade Python SDK or the Python SDK is ready.

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 --name
                               --resource-group
                               --vnet
                               [--aad-audience]
                               [--aad-issuer]
                               [--aad-tenant]
                               [--address-prefix]
                               [--asn]
                               [--bgp-peering-address]
                               [--client-protocol]
                               [--custom-routes]
                               [--edge-zone]
                               [--edge-zone-vnet-id]
                               [--gateway-default-site]
                               [--gateway-type {ExpressRoute, LocalGateway, Vpn}]
                               [--location]
                               [--nat-rule]
                               [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                               [--peer-weight]
                               [--public-ip-address]
                               [--radius-secret]
                               [--radius-server]
                               [--root-cert-data]
                               [--root-cert-name]
                               [--sku {Basic, ErGw1AZ, ErGw2AZ, ErGw3AZ, HighPerformance, Standard, UltraPerformance, **ErGwScale**, VpnGw1, VpnGw1AZ, VpnGw2, VpnGw2AZ, VpnGw3, VpnGw3AZ, VpnGw4, VpnGw4AZ, VpnGw5, VpnGw5AZ}]
                               [--tags]
                               [--vpn-auth-type]
                               [--vpn-gateway-generation {Generation1, Generation2, None}]
                               [--vpn-type {PolicyBased, RouteBased}]

                            **[--min-scale-unit {1 ... 40} }
                            **[--max-scale-unit  {1 ... 40} ]**


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 [--aad-audience]
                               [--aad-issuer]
                               [--aad-tenant]
                               [--add]
                               [--address-prefix]
                               [--asn]
                               [--bgp-peering-address]
                               [--client-protocol]
                               [--custom-routes]
                               [--enable-bgp {0, 1, f, false, n, no, t, true, y, yes}]
                               [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                               [--gateway-default-site]
                               [--gateway-type {ExpressRoute, LocalGateway, Vpn}]
                               [--ids]
                               [--name]
                               [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                               [--peer-weight]
                               [--public-ip-address]
                               [--radius-secret]
                               [--radius-server]
                               [--remove]
                               [--resource-group]
                               [--root-cert-data]
                               [--root-cert-name]
                               [--set]
                               [--sku {Basic, ErGw1AZ, ErGw2AZ, ErGw3AZ, **ErGwScale**, HighPerformance, Standard, UltraPerformance, VpnGw1, VpnGw1AZ, VpnGw2, VpnGw2AZ, VpnGw3, VpnGw3AZ, VpnGw4, VpnGw4AZ, VpnGw5, VpnGw5AZ}]
                               [--subscription]
                               [--tags]
                               [--vnet]
                               [--vpn-auth-type]
                               [--vpn-type {PolicyBased, RouteBased}]
                              **[--min-scale-unit {1 .. 40}]**
                              **[--max-scale-unit {1 .. 40}]**

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

@microsoft-github-policy-service microsoft-github-policy-service bot added the Network az network vnet/lb/nic/dns/etc... label Dec 18, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added Auto-Assign Auto assign by bot Azure CLI Team The command of the issue is owned by Azure CLI team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Dec 18, 2023
@yonzhan
Copy link
Collaborator

yonzhan commented Dec 18, 2023

Thank you for opening this issue, we will look into it.

@yonzhan yonzhan added this to the Backlog milestone Dec 19, 2023
@yonzhan yonzhan removed the question The issue doesn't require a change to the product in order to be resolved. Most issues start as that label Dec 19, 2023
@aneeshakella-microsoft
Copy link
Author

Hi @necusjz is there any progress update that can be made regarding this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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...
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants