Skip to content

Commit 2af456d

Browse files
authored
{AKS} Update preview flag name in test (Azure#8221)
1 parent 2de08f9 commit 2af456d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15489,7 +15489,7 @@ def test_aks_artifact_source(self, resource_group, resource_group_location):
1548915489
"--assign-identity {cluster_identity_id} "
1549015490
"--assign-kubelet-identity {kubelet_identity_id} "
1549115491
"--bootstrap-artifact-source Cache --bootstrap-container-registry-resource-id {acr_id} "
15492-
"--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/BootstrapProfilePreview "
15492+
"--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/NetworkIsolatedClusterPreview "
1549315493
"-o json"
1549415494
)
1549515495
self.cmd(create_cmd_1, checks=[
@@ -15514,7 +15514,7 @@ def test_aks_artifact_source(self, resource_group, resource_group_location):
1551415514
update_cmd = (
1551515515
"aks update --resource-group {resource_group} --name {aks_name_2} "
1551615516
"--bootstrap-artifact-source Cache --bootstrap-container-registry-resource-id {acr_id} "
15517-
"--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/BootstrapProfilePreview "
15517+
"--aks-custom-headers AKSHTTPCustomFeatures=Microsoft.ContainerService/NetworkIsolatedClusterPreview "
1551815518
"-o json"
1551915519
)
1552015520
self.cmd(update_cmd, checks=[

0 commit comments

Comments
 (0)