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 +}