Skip to content

Commit

Permalink
update location (#4334)
Browse files Browse the repository at this point in the history
  • Loading branch information
FumingZhang authored Jan 19, 2022
1 parent 879beb0 commit 6962695
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@ def test_aks_disable_local_accounts(self, resource_group, resource_group_locatio
'aks delete -g {resource_group} -n {name} --yes --no-wait', checks=[self.is_empty()])

@AllowLargeResponse()
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='eastus', preserve_default_location=True)
def test_aks_enable_utlra_ssd(self, resource_group, resource_group_location):
aks_name = self.create_random_name('cliakstest', 16)
self.kwargs.update({
Expand Down Expand Up @@ -2956,7 +2956,7 @@ def test_aks_create_with_default_network(self, resource_group, resource_group_lo
'aks delete -g {resource_group} -n {name} --yes --no-wait', checks=[self.is_empty()])

@AllowLargeResponse()
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2', preserve_default_location=True)
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
def test_aks_create_and_update_outbound_ips(self, resource_group, resource_group_location):
# kwargs for string formatting
aks_name = self.create_random_name('cliakstest', 16)
Expand Down

0 comments on commit 6962695

Please sign in to comment.