Skip to content

Commit 7cabc83

Browse files
committed
fix: update --appgw-subnet-cidr to be shorter than /24 and add preview flag
1 parent 66177e9 commit 7cabc83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ def test_aks_create_with_ingress_appgw_addon(
783783

784784
create_cmd = (
785785
"aks create --resource-group={resource_group} --name={name} --enable-managed-identity "
786+
"--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/AppGatewayWithOverlayPreview "
786787
"-a ingress-appgw --appgw-subnet-cidr 10.232.0.0/26 "
787788
"--ssh-key-value={ssh_key_value} -o json"
788789
)

0 commit comments

Comments
 (0)