From 6e57cd9d66b28ddd4fea789454d8c3632a7da1ca Mon Sep 17 00:00:00 2001 From: ikemsley Date: Fri, 22 Sep 2017 14:09:53 +0100 Subject: [PATCH] US63918 - Create RBAC role for app identity via ARM template --- template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.json b/template.json index 0ce1725..54dac88 100644 --- a/template.json +++ b/template.json @@ -37,7 +37,7 @@ "Office365 Tenant Id": { "type": "String" }, - "Service Principal ID": { + "Service Principal Id": { "type": "String" }, "App Client Id": { @@ -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')]" } }