From f125634c59924e4af9077b891d94095505c518b6 Mon Sep 17 00:00:00 2001 From: Anthony Watherston Date: Wed, 14 Aug 2024 13:09:21 +1000 Subject: [PATCH] Update ALZ-Platform-Default.jsonc (#728) --- .../ALZ-Platform-Default.jsonc | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Platform-Default.jsonc b/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Platform-Default.jsonc index 7703c3a1..1db00113 100644 --- a/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Platform-Default.jsonc +++ b/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Platform-Default.jsonc @@ -65,23 +65,6 @@ "enableCollectionOfSqlQueriesForSecurityResearch": false, "bringYourOwnDcr": true // Ensure the DCR is deployed } - }, - { - "nodeName": "UAMI", - "assignment": { - "name": "DenyAction-DeleteUAMIAMA", - "displayName": "Do not allow deletion of the User Assigned Managed Identity used by AMA", - "description": "This policy provides a safeguard against accidental removal of the User Assigned Managed Identity used by AMA by blocking delete calls using deny action effect." - }, - "definitionEntry": { - "policyName": "DenyAction-DeleteResources", - "displayName": "Do not allow deletion of specified resource and resource type" - }, - "parameters": { - "effect": "DenyAction", - "resourceType": "Microsoft.ManagedIdentity/userAssignedIdentities", - "resourceName": "" // Resource name for the user-assigned managed identity - } } ] },