Skip to content

Commit ec2d263

Browse files
committed
test: aux vpn connection
1 parent 107153d commit ec2d263

File tree

3 files changed

+2360
-1
lines changed

3 files changed

+2360
-1
lines changed

src/azure-cli/azure/cli/command_modules/network/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6237,7 +6237,7 @@ def create_vpn_connection(cmd, resource_group_name, connection_name, vnet_gatewa
62376237
template = master_template.build()
62386238
parameters = master_template.build_parameters()
62396239

6240-
aux_subscriptions = _get_lb_create_aux_subscriptions(local_gateway2, vnet_gateway2)
6240+
aux_subscriptions = _get_vpn_connection_aux_subscriptions(local_gateway2, vnet_gateway2)
62416241

62426242
# deploy ARM template
62436243
deployment_name = 'vpn_connection_deploy_' + random_string(32)

0 commit comments

Comments
 (0)