File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/aks-preview/azext_aks_preview/tests/latest Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19475,7 +19475,7 @@ def test_aks_create_with_gateway_api_and_azureservicemesh(
1947519475 checks=[
1947619476 self.check("provisioningState", "Succeeded"),
1947719477 self.check("serviceMeshProfile.mode", "Istio"),
19478- self.check("ingressProfile.gatewayAPI .installation", "Standard"),
19478+ self.check("ingressProfile.gatewayApi .installation", "Standard"),
1947919479 ],
1948019480 )
1948119481
@@ -19489,7 +19489,7 @@ def test_aks_create_with_gateway_api_and_azureservicemesh(
1948919489 update_cmd,
1949019490 checks=[
1949119491 self.check("provisioningState", "Succeeded"),
19492- self.check("ingressProfile.gatewayAPI .installation", "Disabled"),
19492+ self.check("ingressProfile.gatewayApi .installation", "Disabled"),
1949319493 ],
1949419494 )
1949519495
@@ -19503,7 +19503,7 @@ def test_aks_create_with_gateway_api_and_azureservicemesh(
1950319503 update_cmd,
1950419504 checks=[
1950519505 self.check("provisioningState", "Succeeded"),
19506- self.check("ingressProfile.gatewayAPI .installation", "Standard"),
19506+ self.check("ingressProfile.gatewayApi .installation", "Standard"),
1950719507 ],
1950819508 )
1950919509
You can’t perform that action at this time.
0 commit comments