Skip to content

Commit

Permalink
Merge pull request #889 from denver-reed/arc-autoupgrade
Browse files Browse the repository at this point in the history
Added ARG query for "Define a strategy for extension updates" in azure_arc_checklist.en.json
  • Loading branch information
erjosito authored Oct 7, 2024
2 parents b1caa20 + a2a79d7 commit 070cd9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checklists/azure_arc_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
"description": "Use automatic upgrades where available and define an update strategy for all extensions not supporting automatic upgrades.",
"guid": "4c2bd463-cbbb-4c86-a195-abb91a4ed90d",
"severity": "High",
"graph": "resources | where type =~ 'microsoft.hybridcompute/machines/extensions'| extend compliant = (properties.enableAutomaticUpgrade == 'true') | distinct id, compliant",
"link": "https://learn.microsoft.com/azure/azure-arc/servers/manage-automatic-vm-extension-upgrade?tabs=azure-portal"
},
{
Expand Down

0 comments on commit 070cd9f

Please sign in to comment.