Skip to content

Commit 1eeafe3

Browse files
author
German Robayo Paz
committed
use correct AFEC flag
1 parent 0639e07 commit 1eeafe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15286,7 +15286,7 @@ def test_aks_azure_service_mesh_enable_disable_istio_cni(
1528615286
# create cluster with --enable-azure-service-mesh
1528715287
create_cmd = (
1528815288
"aks create --resource-group={resource_group} --name={name} --location={location} "
15289-
"--aks-custom-headers=AKSHTTPCustomFeatures=Microsoft.ContainerService/AzureServiceMeshPreview "
15289+
"--aks-custom-headers=AKSHTTPCustomFeatures=Microsoft.ContainerService/IstioCNIPreview "
1529015290
"--ssh-key-value={ssh_key_value} "
1529115291
"--enable-azure-service-mesh --revision={revision} --output=json"
1529215292
)

0 commit comments

Comments
 (0)