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/role-based-access-control/built-in-roles/containers.md
+180-1Lines changed: 180 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1893,6 +1893,185 @@ Allows read/write access to most objects in a namespace. This role does not allo
1893
1893
}
1894
1894
```
1895
1895
1896
+
## Azure Kubernetes Service Arc Cluster Admin Role
1897
+
1898
+
List cluster admin credential action
1899
+
1900
+
> [!div class="mx-tableFixed"]
1901
+
> | Actions | Description |
1902
+
> | --- | --- |
1903
+
> | Microsoft.HybridContainerService/provisionedClusterInstances/read | Gets the Hybrid AKS provisioned cluster instance and instances associated with the connected cluster |
1904
+
> | Microsoft.HybridContainerService/provisionedClusterInstances/listAdminKubeconfig/action | Lists the admin credentials of a provisioned cluster instance used only in direct mode. |
"roleName": "Azure Kubernetes Service Arc Cluster Admin Role",
1936
+
"roleType": "BuiltInRole",
1937
+
"type": "Microsoft.Authorization/roleDefinitions"
1938
+
}
1939
+
```
1940
+
1941
+
## Azure Kubernetes Service Arc Cluster User Role
1942
+
1943
+
List cluster user credential action.
1944
+
1945
+
> [!div class="mx-tableFixed"]
1946
+
> | Actions | Description |
1947
+
> | --- | --- |
1948
+
> | Microsoft.HybridContainerService/provisionedClusterInstances/read | Gets the Hybrid AKS provisioned cluster instance and instances associated with the connected cluster |
1949
+
> | Microsoft.HybridContainerService/provisionedClusterInstances/listUserKubeconfig/action | Lists the AAD user credentials of a provisioned cluster instance used only in direct mode. |
> | Microsoft.HybridContainerService/kubernetesVersions/read | Get the supported kubernetes versions from the underlying custom location |
1996
+
> | Microsoft.HybridContainerService/kubernetesVersions/write | Put the kubernetes version resource type |
1997
+
> | Microsoft.HybridContainerService/kubernetesVersions/delete | Delete the kubernetes versions resource type |
1998
+
> | Microsoft.HybridContainerService/provisionedClusterInstances/read | Get the Hybrid AKS provisioned cluster instance and instances associated with the connected cluster |
1999
+
> | Microsoft.HybridContainerService/provisionedClusterInstances/write | Create the Hybrid AKS provisioned cluster instance |
2000
+
> | Microsoft.HybridContainerService/provisionedClusterInstances/delete | Delete the Hybrid AKS provisioned cluster instance |
2001
+
> | Microsoft.HybridContainerService/provisionedClusterInstances/agentPools/read | Get the agent pools in the Hybrid AKS provisioned cluster instance |
2002
+
> | Microsoft.HybridContainerService/provisionedClusterInstances/agentPools/write | Create and update the agent pool in the Hybrid AKS provisioned cluster instance |
2003
+
> | Microsoft.HybridContainerService/provisionedClusterInstances/agentPools/delete | Delete the agent pool in the Hybrid AKS provisioned cluster instance |
0 commit comments