Skip to content

Commit a8a6977

Browse files
authored
Merge pull request #124005 from bmoore-msft/patch-21
Update containers.md for AKS Contributor role changes
2 parents ca9c191 + 316df86 commit a8a6977

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

articles/role-based-access-control/built-in-roles/containers.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,9 +1521,14 @@ Grants access to read and write Azure Kubernetes Service clusters
15211521
> [!div class="mx-tableFixed"]
15221522
> | Actions | Description |
15231523
> | --- | --- |
1524-
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/managedClusters/read | Get a managed cluster |
1525-
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/managedClusters/write | Creates a new managed cluster or updates an existing one |
1524+
> | [Microsoft.Authorization](../permissions/management-and-governance.md#microsoftauthorization)/*/read | Read roles and role assignments |
1525+
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/locations/* | Create and manage a managed cluster |
1526+
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/managedClusters/* | Create and manage a managed cluster |
1527+
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/managedclustersnapshots/* | Create and manage a managed cluster snapshot |
1528+
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/snapshots/* | Create and manage a snapshot |
1529+
> | [Microsoft.Insights](../permissions/monitor.md#microsoftinsights)/alertRules/* | Create and manage a classic metric alert |
15261530
> | [Microsoft.Resources](../permissions/management-and-governance.md#microsoftresources)/deployments/* | Create and manage a deployment |
1531+
> | [Microsoft.Resources](../permissions/management-and-governance.md#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
15271532
> | **NotActions** | |
15281533
> | *none* | |
15291534
> | **DataActions** | |
@@ -1542,9 +1547,14 @@ Grants access to read and write Azure Kubernetes Service clusters
15421547
"permissions": [
15431548
{
15441549
"actions": [
1545-
"Microsoft.ContainerService/managedClusters/read",
1546-
"Microsoft.ContainerService/managedClusters/write",
1547-
"Microsoft.Resources/deployments/*"
1550+
"Microsoft.Authorization/*/read",
1551+
"Microsoft.ContainerService/locations/*",
1552+
"Microsoft.ContainerService/managedClusters/*",
1553+
"Microsoft.ContainerService/managedclustersnapshots/*",
1554+
"Microsoft.ContainerService/snapshots/*",
1555+
"Microsoft.Insights/alertRules/*",
1556+
"Microsoft.Resources/deployments/*",
1557+
"Microsoft.Resources/subscriptions/resourceGroups/read"
15481558
],
15491559
"notActions": [],
15501560
"dataActions": [],

0 commit comments

Comments
 (0)