Skip to content

Commit c613871

Browse files
author
Erik Parmann
committed
Remove dangling reference to myResourceGroup
1 parent 5066fa3 commit c613871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment_setup/arm-templates/aci-password.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
, "outputs": {
2020
"password": {
2121
"type": "string",
22-
"value": "[listCredentials(resourceId('myResourceGroup','Microsoft.ContainerRegistry/registries',parameters('acr')),'2019-05-01').passwords[1].value]"
22+
"value": "[listCredentials(resourceId('Microsoft.ContainerRegistry/registries',parameters('acr')),'2019-05-01').passwords[1].value]"
2323
},
2424
"username": {
2525
"type": "string",

0 commit comments

Comments
 (0)