Skip to content

Commit

Permalink
Remove dangling reference to myResourceGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Parmann committed Jul 8, 2020
1 parent a5df67e commit 107c83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment_setup/arm-templates/aci-password.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
, "outputs": {
"password": {
"type": "string",
"value": "[listCredentials(resourceId('myResourceGroup','Microsoft.ContainerRegistry/registries',parameters('acr')),'2019-05-01').passwords[1].value]"
"value": "[listCredentials(resourceId('Microsoft.ContainerRegistry/registries',parameters('acr')),'2019-05-01').passwords[1].value]"
},
"username": {
"type": "string",
Expand Down

0 comments on commit 107c83d

Please sign in to comment.