Skip to content

Commit 1846d23

Browse files
fix weekly pipeline (Azure#27340)
1 parent ff00065 commit 1846d23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sdk/textanalytics/test-resources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"location": {
1313
"type": "string",
14-
"defaultValue": "eastus",
14+
"defaultValue": "[resourceGroup().location]",
1515
"metadata": {
1616
"metadata": {
1717
"description": "The location of the resource. By default, this is the same as the resource group."

sdk/textanalytics/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ stages:
77
ServiceDirectory: textanalytics
88
CloudConfig:
99
Public:
10+
Location: eastus
1011
SubscriptionConfigurations:
1112
- $(sub-config-azure-cloud-test-resources)
1213
- $(sub-config-text-analytics-azure-cloud-test-resources)

0 commit comments

Comments
 (0)