Skip to content

Commit 198d97c

Browse files
committed
rename param enable-high-bandwidth -> enable-advanced-connectivity
1 parent 95f6d4d commit 198d97c

File tree

2 files changed

+498
-546
lines changed

2 files changed

+498
-546
lines changed

src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/vnet_gateway/_create.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def _build_arguments_schema(cls, *args, **kwargs):
8888
options=["--min-scale-unit"],
8989
help="Minimum scale units for auto-scale configuration.",
9090
)
91-
_args_schema.enable_high_bandwidth_vpn_gateway = AAZBoolArg(
92-
options=["--enable-high-bandwidth", "--enable-high-bandwidth-vpn-gateway"],
91+
_args_schema.enable_advanced_connectivity = AAZBoolArg(
92+
options=["--enable-advanced-connectivity"],
9393
help="To enable Advanced Connectivity feature for VPN gateway",
9494
)
9595
_args_schema.enable_private_ip = AAZBoolArg(
@@ -570,7 +570,7 @@ def content(self):
570570
properties.set_prop("bgpSettings", AAZObjectType)
571571
properties.set_prop("customRoutes", AAZObjectType)
572572
properties.set_prop("enableBgp", AAZBoolType, ".enable_bgp")
573-
properties.set_prop("enableHighBandwidthVpnGateway", AAZBoolType, ".enable_high_bandwidth_vpn_gateway")
573+
properties.set_prop("enableHighBandwidthVpnGateway", AAZBoolType, ".enable_advanced_connectivity")
574574
properties.set_prop("enablePrivateIpAddress", AAZBoolType, ".enable_private_ip")
575575
properties.set_prop("gatewayDefaultSite", AAZObjectType)
576576
properties.set_prop("gatewayType", AAZStrType, ".gateway_type")

0 commit comments

Comments
 (0)