We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd761e5 commit 142e104Copy full SHA for 142e104
1 file changed
src/aks-preview/azext_aks_preview/tests/latest/test_managed_cluster_decorator.py
@@ -9107,7 +9107,8 @@ def test_update_vmas_to_vms(self):
9107
self.client,
9108
{
9109
"migrate_vmas_to_vms": True,
9110
- },
+ "yes": True,
9111
+ },
9112
CUSTOM_MGMT_AKS_PREVIEW,
9113
)
9114
mc_1 = self.models.ManagedCluster(
@@ -9128,6 +9129,7 @@ def test_update_vmas_to_vms(self):
9128
9129
9130
9131
9132
9133
},
9134
9135
@@ -9153,6 +9155,7 @@ def test_update_vmas_to_vms(self):
9153
9155
9154
9156
9157
9158
9159
9160
9161
0 commit comments