File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
role-based-access-control/built-in-roles Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2143,6 +2143,11 @@ Provides access to manage maintenance configurations with maintenance scope InGu
2143
2143
> | [ Microsoft.Maintenance] ( ../permissions/management-and-governance.md#microsoftmaintenance ) /configurationAssignments/read | Read maintenance configuration assignment. |
2144
2144
> | [ Microsoft.Maintenance] ( ../permissions/management-and-governance.md#microsoftmaintenance ) /configurationAssignments/write | Create or update maintenance configuration assignment. |
2145
2145
> | [ Microsoft.Maintenance] ( ../permissions/management-and-governance.md#microsoftmaintenance ) /configurationAssignments/delete | Delete maintenance configuration assignment. |
2146
+ > | [ Microsoft.Maintenance] ( ../permissions/management-and-governance.md#microsoftmaintenance ) /updates/read | Read maintenance updates resource. |
2147
+ > | [ Microsoft.Maintenance] ( ../permissions/management-and-governance.md#microsoftmaintenance ) /applyUpdates/read | Read maintenance apply updates resource. |
2148
+ > | [ Microsoft.Resources] ( ../permissions/management-and-governance.md#microsoftresources ) /deployments/read | Get list of update deployment |
2149
+ > | [ Microsoft.Resources] ( ../permissions/management-and-governance.md#microsoftresources ) /deployments/write | Create or update an update deployment |
2150
+ > | [ Microsoft.Resources] ( ../permissions/management-and-governance.md#microsoftresources ) /deployments/operation statuses | Get a list of update deployment operation statuses |
2146
2151
> | [ Microsoft.Maintenance] ( ../permissions/management-and-governance.md#microsoftmaintenance ) /configurationAssignments/maintenanceScope/InGuestPatch/read | Read maintenance configuration assignment for InGuestPatch maintenance scope. |
2147
2152
> | [ Microsoft.Maintenance] ( ../permissions/management-and-governance.md#microsoftmaintenance ) /configurationAssignments/maintenanceScope/InGuestPatch/write | Create or update a maintenance configuration assignment for InGuestPatch maintenance scope. |
2148
2153
> | [ Microsoft.Maintenance] ( ../permissions/management-and-governance.md#microsoftmaintenance ) /configurationAssignments/maintenanceScope/InGuestPatch/delete | Delete maintenance configuration assignment for InGuestPatch maintenance scope. |
Original file line number Diff line number Diff line change @@ -62,7 +62,11 @@ Note that below permissions would be required in addition to permissions on indi
62
62
| ---| ---| ---|
63
63
| ** Register the subscription for the** ** Microsoft.Maintenance resource provider** | Microsoft.Maintenance/register/action | Subscription |
64
64
| ** Create/modify maintenance configuration** | Microsoft.Maintenance/maintenanceConfigurations/write | Subscription/resource group |
65
+ | ** Read maintenance configuration** | Microsoft.Maintenance/maintenanceConfigurations/read | Subscription/resource group |
66
+ | ** Delete maintenance configuration** | Microsoft.Maintenance/maintenanceConfigurations/delete | Subscription/resource group |
65
67
| ** Create/modify configuration assignments** | Microsoft.Maintenance/configurationAssignments/write | Subscription/Resource group / machine |
68
+ | ** Read configuration assignments** | Microsoft.Maintenance/configurationAssignments/read | Subscription/Resource group / machine |
69
+ | ** Delete configuration assignments** | Microsoft.Maintenance/configurationAssignments/delete | Subscription/Resource group / machine |
66
70
| ** Read permission for Maintenance updates resource** | Microsoft.Maintenance/updates/read | Machine |
67
71
| ** Read permission for Maintenance apply updates resource** | Microsoft.Maintenance/applyUpdates/read | Machine |
68
72
| ** Get list of update deployment** | Microsoft.Resources/deployments/read | Maintenance configuration and virtual machine subscription |
You can’t perform that action at this time.
0 commit comments