Skip to content

Commit

Permalink
{AKS} Fix test case test_aks_create_and_update_with_http_proxy_config (
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang authored Aug 8, 2024
1 parent aeaede5 commit c43b136
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ def test_aks_create_and_update_with_http_proxy_config(self, resource_group, reso
--resource-group={resource_group} \
--vnet-name={name} \
--name proxy-subnet \
--address-prefix 10.42.3.0/24 \
--default-outbound false'
--address-prefix 10.42.3.0/24'
# --default-outbound false # disable outbound connection would fail cluster creation

show_subnet_cmd = 'network vnet subnet show \
--resource-group={resource_group} \
Expand Down

0 comments on commit c43b136

Please sign in to comment.