Skip to content

Commit a9aeae7

Browse files
authored
fix acr role actions
the origianal given actions are wrong, they are not Microsoft.ContainerRegistry/registries/*/read Microsoft.ContainerRegistry/registries/*/write Microsoft.ContainerRegistry/registries/*/read They should be Microsoft.ContainerRegistry/registries/quarantineRead/read Microsoft.ContainerRegistry/registries/quarantineRead/read Microsoft.ContainerRegistry/registries/quarantineWrite/write Please change it to avoid misleading
1 parent 41c3797 commit a9aeae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The following table provides brief descriptions of the built-in roles. Click the
171171
> | **Description** | acr quarantine data reader |
172172
> | **Id** | cdda3590-29a3-44f6-95f2-9f980659eb04 |
173173
> | **Actions** | |
174-
> | Microsoft.ContainerRegistry/registries/*/read | |
174+
> | Microsoft.ContainerRegistry/registries/quarantineRead/read | |
175175
176176
## AcrQuarantineWriter
177177
> [!div class="mx-tableFixed"]
@@ -180,8 +180,8 @@ The following table provides brief descriptions of the built-in roles. Click the
180180
> | **Description** | acr quarantine data writer |
181181
> | **Id** | c8d4ff99-41c3-41a8-9f60-21dfdad59608 |
182182
> | **Actions** | |
183-
> | Microsoft.ContainerRegistry/registries/*/write | |
184-
> | Microsoft.ContainerRegistry/registries/*/read | |
183+
> | Microsoft.ContainerRegistry/registries/quarantineWrite/write | |
184+
> | Microsoft.ContainerRegistry/registries/quarantineRead/read | |
185185
186186
## API Management Service Contributor
187187
> [!div class="mx-tableFixed"]

0 commit comments

Comments
 (0)