-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaibRoleImageCreation.json
More file actions
27 lines (27 loc) · 983 Bytes
/
aibRoleImageCreation.json
File metadata and controls
27 lines (27 loc) · 983 Bytes
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
{
"properties": {
"roleName": "AIB-RBAC",
"description": "Grants Azure Image Builder permission to work with Images ",
"assignableScopes": [
""
],
"permissions": [
{
"actions": [
"Microsoft.Compute/galleries/read",
"Microsoft.Compute/galleries/images/read",
"Microsoft.Compute/galleries/images/versions/read",
"Microsoft.Compute/galleries/images/versions/write",
"Microsoft.Compute/images/read",
"Microsoft.Compute/images/write",
"Microsoft.Compute/images/delete",
"Microsoft.Network/virtualNetworks/read",
"Microsoft.Network/virtualNetworks/subnets/join/action"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
]
}
}