diff --git a/eng/common/TestResources/New-TestResources.ps1 b/eng/common/TestResources/New-TestResources.ps1 index b7785df9dd..3ac9a31a0d 100644 --- a/eng/common/TestResources/New-TestResources.ps1 +++ b/eng/common/TestResources/New-TestResources.ps1 @@ -397,7 +397,7 @@ try { # string. if (!$Location) { $Location = @{ - 'AzureCloud' = 'westus2'; + 'AzureCloud' = 'westus'; 'AzureUSGovernment' = 'usgovvirginia'; 'AzureChinaCloud' = 'chinaeast2'; 'Dogfood' = 'westus' @@ -903,7 +903,7 @@ This is used for CI automation. Optional location where resources should be created. If left empty, the default is based on the cloud to which the template is being deployed: -* AzureCloud -> 'westus2' +* AzureCloud -> 'westus' * AzureUSGovernment -> 'usgovvirginia' * AzureChinaCloud -> 'chinaeast2' * Dogfood -> 'westus' diff --git a/eng/common/TestResources/New-TestResources.ps1.md b/eng/common/TestResources/New-TestResources.ps1.md index 2ccf6ca4af..a18e2e5b8d 100644 --- a/eng/common/TestResources/New-TestResources.ps1.md +++ b/eng/common/TestResources/New-TestResources.ps1.md @@ -422,7 +422,7 @@ Optional location where resources should be created. If left empty, the default is based on the cloud to which the template is being deployed: -* AzureCloud -\> 'westus2' +* AzureCloud -\> 'westus' * AzureUSGovernment -\> 'usgovvirginia' * AzureChinaCloud -\> 'chinaeast2' * Dogfood -\> 'westus' diff --git a/eng/common/TestResources/README.md b/eng/common/TestResources/README.md index 957a1f9c35..757c7c337a 100644 --- a/eng/common/TestResources/README.md +++ b/eng/common/TestResources/README.md @@ -49,7 +49,7 @@ ${env:KEYVAULT_CLIENT_ID} = '<>' ${env:KEYVAULT_CLIENT_SECRET} = '<>' ${env:KEYVAULT_SUBSCRIPTION_ID} = 'YOUR SUBSCRIPTION ID' ${env:KEYVAULT_RESOURCE_GROUP} = 'rg-myusername' -${env:KEYVAULT_LOCATION} = 'westus2' +${env:KEYVAULT_LOCATION} = 'westus' ${env:KEYVAULT_SKU} = 'premium' ${env:AZURE_KEYVAULT_URL} = '<>' ```