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 ff00065 commit 1846d23Copy full SHA for 1846d23
sdk/textanalytics/test-resources.json
@@ -11,7 +11,7 @@
11
},
12
"location": {
13
"type": "string",
14
- "defaultValue": "eastus",
+ "defaultValue": "[resourceGroup().location]",
15
"metadata": {
16
17
"description": "The location of the resource. By default, this is the same as the resource group."
sdk/textanalytics/tests.yml
@@ -7,6 +7,7 @@ stages:
7
ServiceDirectory: textanalytics
8
CloudConfig:
9
Public:
10
+ Location: eastus
SubscriptionConfigurations:
- $(sub-config-azure-cloud-test-resources)
- $(sub-config-text-analytics-azure-cloud-test-resources)
0 commit comments