Skip to content

Commit 23657c6

Browse files
authored
Merge pull request #19021 from afengli/patch-1
fix acr role actions
2 parents e445a00 + a9aeae7 commit 23657c6

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)