Skip to content

Commit 6190121

Browse files
author
kovirivong
committed
fix rebase
1 parent 7fbfbbb commit 6190121

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17407,6 +17407,7 @@ def test_aks_update_with_disable_upstream_kubescheduler_user_configuration(
1740717407
],
1740817408
)
1740917409

17410+
@AllowLargeResponse()
1741017411
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
1741117412
def test_aks_create_autoscaler_then_update_vms_pool(self, resource_group, resource_group_location):
1741217413
aks_name = self.create_random_name('cliakstest', 16)
@@ -17714,6 +17715,7 @@ def test_aks_run_blue_green_upgrade(self, resource_group, resource_group_locatio
1771417715
],
1771517716
)
1771617717

17718+
1771717719
@AllowLargeResponse()
1771817720
@AKSCustomResourceGroupPreparer(
1771917721
random_name_length=17, name_prefix="clitest", location="eastus"

0 commit comments

Comments
 (0)