You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/update-manager/overview.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article tells what Azure Update Manager in Azure is and the sy
4
4
ms.service: azure-update-manager
5
5
author: SnehaSudhirG
6
6
ms.author: sudhirsneha
7
-
ms.date: 11/13/2023
7
+
ms.date: 02/21/2024
8
8
ms.topic: overview
9
9
---
10
10
@@ -80,16 +80,23 @@ You need the following permissions to create and manage update deployments. The
80
80
81
81
Actions |Permission |Scope |
82
82
--- | --- | --- |
83
-
|Install update on Azure VMs |Microsoft.Compute/virtualMachines/installPatches/action||
83
+
|Read assessment data for Azure VMs |Microsoft.Compute/virtualMachines/patchAssessmentResults/latest </br> Microsoft.Compute/virtualMachines/patchAssessmentResults/latest/softwarePatches||
84
84
|Update assessment on Azure VMs |Microsoft.Compute/virtualMachines/assessPatches/action ||
85
+
|Install update on Azure VMs |Microsoft.Compute/virtualMachines/installPatches/action ||
86
+
|Read patch installation data for Azure VMs | Microsoft.Compute/virtualMachines/patchInstallationResults </br> Microsoft.Compute/virtualMachines/patchInstallationResults/softwarePatches ||
85
87
|Install update on Azure Arc-enabled server |Microsoft.HybridCompute/machines/installPatches/action ||
88
+
|Read Azure VM properties | Microsoft.Compute/virtualMachines/read ||
89
+
|Read assessment data for Azure Arc-enabled server | Microsoft.HybridCompute/machines/patchAssessmentResults </br> Microsoft.HybridCompute/machines/patchAssessmentResults/softwarePatches ||
86
90
|Update assessment on Azure Arc-enabled server |Microsoft.HybridCompute/machines/assessPatches/action ||
91
+
|Read patch installation data for Azure Arc-enabled server | Microsoft.HybridCompute/machines/patchInstallationResults </br> Microsoft.HybridCompute/machines/patchInstallationResults/softwarePatches||
92
+
|Read Azure Arc-enabled server properties | Microsoft.HybridCompute/machines/read||
87
93
|Register the subscription for the Microsoft.Maintenance resource provider| Microsoft.Maintenance/register/action | Subscription|
88
94
|Create/modify maintenance configuration |Microsoft.Maintenance/maintenanceConfigurations/write |Subscription/resource group |
0 commit comments