Skip to content

Commit 8e4936b

Browse files
committed
update test locations to avoid quota issues
1 parent f8971c3 commit 8e4936b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/azure-cli/azure/cli/command_modules/acs/tests/latest/test_aks_commands.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11602,7 +11602,7 @@ def test_aks_approuting_zone_update(self, resource_group, resource_group_locatio
1160211602
@live_only()
1160311603
@AllowLargeResponse(999999)
1160411604
@AKSCustomResourceGroupPreparer(
11605-
random_name_length=17, name_prefix="clitest", location="westus2"
11605+
random_name_length=17, name_prefix="clitest", location="eastus"
1160611606
)
1160711607
def test_aks_create_with_azurecontainerstorage_v1(
1160811608
self, resource_group, resource_group_location
@@ -11657,7 +11657,7 @@ def test_aks_create_with_azurecontainerstorage_v1(
1165711657
@live_only()
1165811658
@AllowLargeResponse(999999)
1165911659
@AKSCustomResourceGroupPreparer(
11660-
random_name_length=17, name_prefix="clitest", location="westus2"
11660+
random_name_length=17, name_prefix="clitest", location="australiaeast"
1166111661
)
1166211662
def test_aks_create_with_azurecontainerstorage_v1_with_ephemeral_disk_parameters(
1166311663
self, resource_group, resource_group_location
@@ -11710,7 +11710,7 @@ def test_aks_create_with_azurecontainerstorage_v1_with_ephemeral_disk_parameters
1171011710

1171111711
@live_only()
1171211712
@AllowLargeResponse(999999)
11713-
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
11713+
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='swedencentral')
1171411714
def test_aks_update_with_azurecontainerstorage_v1(self, resource_group, resource_group_location):
1171511715
aks_name = self.create_random_name('cliakstest', 16)
1171611716
node_vm_size = 'standard_d4s_v3'
@@ -11764,7 +11764,7 @@ def test_aks_update_with_azurecontainerstorage_v1(self, resource_group, resource
1176411764

1176511765
@live_only()
1176611766
@AllowLargeResponse(999999)
11767-
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
11767+
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westeurope')
1176811768
def test_aks_update_with_azurecontainerstorage_v1_with_ephemeral_disk_parameters(self, resource_group, resource_group_location):
1176911769
aks_name = self.create_random_name('cliakstest', 16)
1177011770
node_vm_size = 'standard_l8s_v3'
@@ -11820,7 +11820,7 @@ def test_aks_update_with_azurecontainerstorage_v1_with_ephemeral_disk_parameters
1182011820
@live_only()
1182111821
@AllowLargeResponse(99999)
1182211822
@AKSCustomResourceGroupPreparer(
11823-
random_name_length=17, name_prefix="clitest", location="westus2"
11823+
random_name_length=17, name_prefix="clitest", location="uksouth"
1182411824
)
1182511825
def test_aks_create_with_azurecontainerstorage(self, resource_group, resource_group_location):
1182611826

@@ -11886,7 +11886,7 @@ def test_aks_create_with_azurecontainerstorage(self, resource_group, resource_gr
1188611886

1188711887
@live_only()
1188811888
@AllowLargeResponse(99999)
11889-
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='eastus2')
11889+
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='ukwest')
1189011890
def test_aks_update_with_azurecontainerstorage(self, resource_group, resource_group_location):
1189111891

1189211892
aks_name = self.create_random_name('cliakstest', 16)

0 commit comments

Comments
 (0)