Skip to content

Commit

Permalink
Use parameters instead of variables (#9494)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSher authored Jan 15, 2020
1 parent 38ce7a2 commit c23f061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/appconfiguration/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"type": "Microsoft.AppConfiguration/configurationStores",
"apiVersion": "2019-02-01-preview",
"name": "[variables('uniqueAzConfigName')]",
"location":"[variables('location')]",
"location":"[parameters('location')]",
"properties": {
"endpoint":"[variables('endpointValue')]"
}
Expand Down

0 comments on commit c23f061

Please sign in to comment.