From 06e01cdb2d0f7f77d7f3852c8b63ca6874c20501 Mon Sep 17 00:00:00 2001 From: Anthony Watherston Date: Fri, 23 Feb 2024 08:52:39 +1100 Subject: [PATCH] Add missing displayname (#492) Co-authored-by: Anthony Watherston --- .../policyAssignments/ALZ-Root-Default.jsonc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Root-Default.jsonc b/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Root-Default.jsonc index 27ebeb33..d9008549 100644 --- a/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Root-Default.jsonc +++ b/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-Root-Default.jsonc @@ -198,7 +198,8 @@ "description": "Enable Azure Monitor for the virtual machines (VMs) in the specified scope (management group, subscription or resource group). Takes Log Analytics workspace as parameter." }, "definitionEntry": { - "policySetId": "/providers/Microsoft.Authorization/policySetDefinitions/924bfe3a-762f-40e7-86dd-5c8b95eb09e6" + "policySetId": "/providers/Microsoft.Authorization/policySetDefinitions/924bfe3a-762f-40e7-86dd-5c8b95eb09e6", + "displayName": "VM Monitoring" }, "parameters": { "bringYourOwnUserAssignedManagedIdentity": false @@ -217,7 +218,7 @@ "description": "Enable Azure Monitor for the Virtual Machine Scale Sets in the specified scope (Management group, Subscription or resource group). Takes Log Analytics workspace as parameter. Note: if your scale set upgradePolicy is set to Manual, you need to apply the extension to the all VMs in the set by calling upgrade on them. In CLI this would be az vmss update-instances." }, "definitionEntry": { - "policySetId": "/providers/Microsoft.Authorization/policySetDefinitions/f5bf694c-cca7-4033-b883-3a23327d5485" + "policySetId": "/providers/Microsoft.Authorization/policySetDefinitions/f5bf694c-cca7-4033-b883-3a23327d5485", "displayName": "VMSS Monitoring" }, "parameters": { @@ -390,4 +391,4 @@ ] } ] -} +} \ No newline at end of file