Skip to content

Commit

Permalink
US63918 - Create RBAC role for app identity via ARM template
Browse files Browse the repository at this point in the history
  • Loading branch information
ikemsley committed Sep 22, 2017
1 parent 779048b commit 6e57cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Office365 Tenant Id": {
"type": "String"
},
"Service Principal ID": {
"Service Principal Id": {
"type": "String"
},
"App Client Id": {
Expand Down Expand Up @@ -190,7 +190,7 @@
"apiVersion": "2015-07-01",
"properties": {
"roleDefinitionId": "[variables('contributor')]",
"principalId": "[parameters('Service Principal ID')]",
"principalId": "[parameters('Service Principal Id')]",
"scope": "[variables('resourceGroupId')]"
}
}
Expand Down

0 comments on commit 6e57cd9

Please sign in to comment.