Skip to content

Commit a188b1d

Browse files
committed
Compute Gallery Image Reader
1 parent 3843023 commit a188b1d

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The following table provides a brief description of each built-in role. Click th
4646
> | <a name='azure-arc-vmware-vm-contributor'></a>[Azure Arc VMware VM Contributor](./built-in-roles/compute.md#azure-arc-vmware-vm-contributor) | Arc VMware VM Contributor has permissions to perform all VM actions. | b748a06d-6150-4f8a-aaa9-ce3940cd96cb |
4747
> | <a name='classic-virtual-machine-contributor'></a>[Classic Virtual Machine Contributor](./built-in-roles/compute.md#classic-virtual-machine-contributor) | Lets you manage classic virtual machines, but not access to them, and not the virtual network or storage account they're connected to. | d73bb868-a0df-4d4d-bd69-98a00b01fccb |
4848
> | <a name='compute-gallery-artifacts-publisher'></a>[Compute Gallery Artifacts Publisher](./built-in-roles/compute.md#compute-gallery-artifacts-publisher) | This is the role for publishing gallery artifacts. | 85a2d0d9-2eba-4c9c-b355-11c2cc0788ab |
49+
> | <a name='compute-gallery-image-reader'></a>[Compute Gallery Image Reader](./built-in-roles/compute.md#compute-gallery-image-reader) | This is the role for reading gallery images. | cf7c76d2-98a3-4358-a134-615aa78bf44d |
4950
> | <a name='compute-gallery-sharing-admin'></a>[Compute Gallery Sharing Admin](./built-in-roles/compute.md#compute-gallery-sharing-admin) | This role allows user to share gallery to another subscription/tenant or share it to the public. | 1ef6a3be-d0ac-425d-8c01-acb62866290b |
5051
> | <a name='data-operator-for-managed-disks'></a>[Data Operator for Managed Disks](./built-in-roles/compute.md#data-operator-for-managed-disks) | Provides permissions to upload data to empty managed disks, read, or export data of managed disks (not attached to running VMs) and snapshots using SAS URIs and Azure AD authentication. | 959f8984-c045-4866-89c7-12bf9737be2e |
5152
> | <a name='desktop-virtualization-application-group-contributor'></a>[Desktop Virtualization Application Group Contributor](./built-in-roles/compute.md#desktop-virtualization-application-group-contributor) | Contributor of the Desktop Virtualization Application Group. | 86240b0e-9422-4c43-887b-b61143f32ba8 |

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

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,49 @@ This is the role for publishing gallery artifacts.
299299
}
300300
```
301301

302+
## Compute Gallery Image Reader
303+
304+
This is the role for reading gallery images.
305+
306+
[Learn more](/partner-center/marketplace-offers/azure-vm-use-own-image)
307+
308+
> [!div class="mx-tableFixed"]
309+
> | Actions | Description |
310+
> | --- | --- |
311+
> | [Microsoft.Compute](../permissions/compute.md#microsoftcompute)/galleries/images/read | Gets the properties of Gallery Image |
312+
> | [Microsoft.Compute](../permissions/compute.md#microsoftcompute)/galleries/images/versions/read | Gets the properties of Gallery Image Version |
313+
> | **NotActions** | |
314+
> | *none* | |
315+
> | **DataActions** | |
316+
> | *none* | |
317+
> | **NotDataActions** | |
318+
> | *none* | |
319+
320+
```json
321+
{
322+
"assignableScopes": [
323+
"/"
324+
],
325+
"description": "This is the role for reading gallery images.",
326+
"id": "/providers/Microsoft.Authorization/roleDefinitions/cf7c76d2-98a3-4358-a134-615aa78bf44d",
327+
"name": "cf7c76d2-98a3-4358-a134-615aa78bf44d",
328+
"permissions": [
329+
{
330+
"actions": [
331+
"Microsoft.Compute/galleries/images/read",
332+
"Microsoft.Compute/galleries/images/versions/read"
333+
],
334+
"notActions": [],
335+
"dataActions": [],
336+
"notDataActions": []
337+
}
338+
],
339+
"roleName": "Compute Gallery Image Reader",
340+
"roleType": "BuiltInRole",
341+
"type": "Microsoft.Authorization/roleDefinitions"
342+
}
343+
```
344+
302345
## Compute Gallery Sharing Admin
303346

304347
This role allows user to share gallery to another subscription/tenant or share it to the public.

0 commit comments

Comments
 (0)