Skip to content

Commit 8af4199

Browse files
committed
Update test to check outboundVnetRouting.applicationTraffic instead of vnetRouteAllEnabled
1 parent 3b1371a commit 8af4199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/appservice/tests/latest/test_functionapp_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3444,7 +3444,7 @@ def test_functionapp_elastic_premium_restricted_public_network_access_storage_vn
34443444

34453445
self.cmd('functionapp create -g {} -n {} -s {} -p {} --functions-version 4 --vnet {} --subnet {}'.format(resource_group, functionapp_name, storage_account, ep_plan_name, vnet_name, subnet_name)).assert_with_checks([
34463446
JMESPathCheck('vnetContentShareEnabled', True),
3447-
JMESPathCheck('vnetRouteAllEnabled', True),
3447+
JMESPathCheck('outboundVnetRouting.applicationTraffic', True),
34483448
JMESPathCheck('virtualNetworkSubnetId', subnet_id)
34493449
])
34503450

0 commit comments

Comments
 (0)