Skip to content

Commit

Permalink
{AKS} Update preview flag name in test (#8221)
Browse files Browse the repository at this point in the history
  • Loading branch information
karataliu authored Nov 1, 2024
1 parent 2de08f9 commit 2af456d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand All @@ -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=[
Expand Down

0 comments on commit 2af456d

Please sign in to comment.