We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee5ac5 commit 9ba0432Copy full SHA for 9ba0432
eng/pipelines/templates/jobs/archetype-sdk-client.yml
@@ -40,8 +40,14 @@ parameters:
40
default:
41
Public:
42
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
43
+ # TODO: Migrate location override into azure-sdk-tools eng/common
44
+ # See https://github.com/Azure/azure-sdk-tools/issues/3398
45
+ Location: 'westus'
46
Preview:
47
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview)
48
49
50
51
Canary:
52
53
Location: 'centraluseuap'
0 commit comments