We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e0eb9 commit 66177e9Copy full SHA for 66177e9
1 file changed
src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py
@@ -783,7 +783,7 @@ def test_aks_create_with_ingress_appgw_addon(
783
784
create_cmd = (
785
"aks create --resource-group={resource_group} --name={name} --enable-managed-identity "
786
- "-a ingress-appgw --appgw-subnet-cidr 10.232.0.0/16 "
+ "-a ingress-appgw --appgw-subnet-cidr 10.232.0.0/26 "
787
"--ssh-key-value={ssh_key_value} -o json"
788
)
789
self.cmd(
@@ -793,7 +793,7 @@ def test_aks_create_with_ingress_appgw_addon(
793
self.check("addonProfiles.ingressApplicationGateway.enabled", True),
794
self.check(
795
"addonProfiles.ingressApplicationGateway.config.subnetCIDR",
796
- "10.232.0.0/16",
+ "10.232.0.0/26",
797
),
798
],
799
0 commit comments