From 2af456d98196cec532b7afee7598ad4571c4a7a3 Mon Sep 17 00:00:00 2001 From: Dong Liu Date: Fri, 1 Nov 2024 16:14:15 +0800 Subject: [PATCH] {AKS} Update preview flag name in test (#8221) --- .../azext_aks_preview/tests/latest/test_aks_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py b/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py index 5ae18a2f033..e9beb015249 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py +++ b/src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py @@ -15489,7 +15489,7 @@ def test_aks_artifact_source(self, resource_group, resource_group_location): "--assign-identity {cluster_identity_id} " "--assign-kubelet-identity {kubelet_identity_id} " "--bootstrap-artifact-source Cache --bootstrap-container-registry-resource-id {acr_id} " - "--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/BootstrapProfilePreview " + "--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/NetworkIsolatedClusterPreview " "-o json" ) self.cmd(create_cmd_1, checks=[ @@ -15514,7 +15514,7 @@ def test_aks_artifact_source(self, resource_group, resource_group_location): update_cmd = ( "aks update --resource-group {resource_group} --name {aks_name_2} " "--bootstrap-artifact-source Cache --bootstrap-container-registry-resource-id {acr_id} " - "--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/BootstrapProfilePreview " + "--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/NetworkIsolatedClusterPreview " "-o json" ) self.cmd(update_cmd, checks=[