Skip to content

Commit d170855

Browse files
Merge pull request #229132 from kof-f/patch-60
Updating permissions
2 parents e2e2642 + 3de7b66 commit d170855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/virtual-machines/linux/image-builder-permissions-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For VM Image Builder to build images from source custom images, the service must
7575
Here's how you build from an existing custom image:
7676

7777
```Actions
78-
Microsoft.Compute/galleries/read
78+
Microsoft.Compute/images/read
7979
```
8080

8181
Here's how you build from an existing Azure Compute Gallery version:

articles/virtual-machines/linux/image-builder-permissions-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For VM Image Builder to build images from source custom images, the service must
7676
Here's how you build from an existing custom image:
7777

7878
```Actions
79-
Microsoft.Compute/galleries/read
79+
Microsoft.Compute/images/read
8080
```
8181

8282
Here's how you build from an existing Azure Compute Gallery version:

0 commit comments

Comments
 (0)