From 4089254b0305409ea66c1e707030f1578c3abd4c Mon Sep 17 00:00:00 2001 From: Arash Rezai <157028889+arrerezai@users.noreply.github.com> Date: Tue, 28 May 2024 10:59:16 +0200 Subject: [PATCH] Update ALZ-Platform-Default.jsonc (#642) bringYourOwnUserAssignedManagedIdentity can only hold values true or false. --- .../policyAssignments/ALZ-Platform-Default.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Platform-Default.jsonc b/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Platform-Default.jsonc index a22777ad..48ce6ca3 100644 --- a/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Platform-Default.jsonc +++ b/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Platform-Default.jsonc @@ -11,7 +11,7 @@ "parameters": { "userAssignedManagedIdentityName": "", // Replace with the name of the user assigned managed identity "userAssignedIdentityName": "", // Replace with the name of the user assigned managed identity - "bringYourOwnUserAssignedManagedIdentity": "true", + "bringYourOwnUserAssignedManagedIdentity": true, "enableProcessesAndDependencies": true, "userAssignedManagedIdentityResourceGroup": "", //Replace with the name of the resource group where the user assigned managed identity is deployed "identityResourceGroup": "", // Replace with the name of the resource group where the user assigned managed identity is deployed @@ -314,4 +314,4 @@ ] } ] -} \ No newline at end of file +}