Skip to content

Commit c9f1924

Browse files
committed
fix
1 parent c4e6922 commit c9f1924

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": "westcentralus"
47+
"location": "[resourceGroup().location]"
4848
},
4949
"resources": [
5050
{

0 commit comments

Comments
 (0)