-
Notifications
You must be signed in to change notification settings - Fork 0
/
aksdeveloper.json
30 lines (28 loc) · 1.18 KB
/
aksdeveloper.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"Name": "AKS Developer",
"IsCustom": true,
"Description": "Can perform development tasks on AKS and ACR",
"Actions": [
"Microsoft.ContainerRegistry/*/read",
"Microsoft.ContainerRegistry/*/queueBuild/action",
"Microsoft.ContainerRegistry/registries/builds/getLogLink/action",
"Microsoft.ContainerRegistry/registries/buildTasks/listSourceRepositoryProperties/action",
"Microsoft.ContainerRegistry/registries/scheduleRun/action",
"Microsoft.ContainerRegistry/registries/listBuildSourceUploadUrl/action",
"Microsoft.ContainerRegistry/registries/runs/cancel/action",
"Microsoft.ContainerRegistry/registries/builds/cancel/action",
"Microsoft.ContainerRegistry/registries/push/write",
"Microsoft.ContainerRegistry/registries/runs/listLogSasUrl/action",
"Microsoft.ContainerService/containerServices/*/read",
"Microsoft.ContainerService/managedClusters/*/read",
"Microsoft.ContainerService/managedClusters/listClusterUserCredential/action"
],
"NotActions": [
"Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action"
],
"DataActions": [],
"NotDataActions": [],
"AssignableScopes": [
"${RESOURCE_GROUP}"
]
}