Skip to content

Commit 3ad7a16

Browse files
Update test-resources.json
1 parent 1046b1d commit 3ad7a16

File tree

1 file changed

+1
-1
lines changed
  • sdk/spring/spring-cloud-azure-integration-tests/test-resources/cosmos-spring

1 file changed

+1
-1
lines changed

sdk/spring/spring-cloud-azure-integration-tests/test-resources/cosmos-spring/test-resources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"newAccountName": "[toLower(concat(parameters('baseName'), '2'))]",
4545
"resourceId": "[resourceId('Microsoft.DocumentDB/databaseAccounts', variables('accountName'))]",
4646
"newResourceId": "[resourceId('Microsoft.DocumentDB/databaseAccounts', variables('newAccountName'))]",
47-
"location": "[resourceGroup().location]"
47+
"location": "westcentralus"
4848
},
4949
"resources": [
5050
{

0 commit comments

Comments
 (0)