Skip to content

Commit

Permalink
changing identity casing for it to work
Browse files Browse the repository at this point in the history
  • Loading branch information
sakreter committed Oct 2, 2018
1 parent 9a55414 commit 060f19a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"id": "/subscriptions/subid/resourceGroups/demo/providers/Microsoft.ContainerInstance/containerGroups/demo1",
"location": "west us",
"name": "demo1",
"Identity": {
"identity": {
"type": "SystemAssigned, UserAssigned",
"UserAssignedIdentities": {
"userAssignedIdentities": {
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity-name": {}
}
},
Expand Down

0 comments on commit 060f19a

Please sign in to comment.