From d0bf2b428caf3f2987af46f312ae7cae6a8f41c3 Mon Sep 17 00:00:00 2001 From: rajithaalurims <110048715+rajithaalurims@users.noreply.github.com> Date: Thu, 16 May 2024 09:26:28 -0500 Subject: [PATCH] default-azuredeploy-docker.json updated with new service principal (#3862) * new service principal updated * Replaced it with Enter Application Object Id instead of App's application Id --- samples/templates/default-azuredeploy-docker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/templates/default-azuredeploy-docker.json b/samples/templates/default-azuredeploy-docker.json index 8079be307e..811fe3762c 100644 --- a/samples/templates/default-azuredeploy-docker.json +++ b/samples/templates/default-azuredeploy-docker.json @@ -564,7 +564,7 @@ ], "properties": { "roleDefinitionId": "[concat(subscription().Id, '/providers/Microsoft.Authorization/roleDefinitions/', 'b86a8fe4-44ce-4948-aee5-eccb2c155cd7')]", // Role definition ID for "Key Vault Secrets Officer" - "principalId": "3cd8f0ad-3c21-47f1-9a15-b01d9958909a" + "principalId": "89e25294-a480-4657-a77d-bf69c28a836c" } }, {