We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b96ce commit 2dbdf35Copy full SHA for 2dbdf35
specification/containerregistry/resource-manager/readme.java.md
@@ -19,6 +19,16 @@ directive:
19
- rename-model:
20
from: DockerBuildStep
21
to: DockerTaskStep
22
+ - from: containerregistry_build.json
23
+ where: $.definitions.IdentityProperties.properties
24
+ transform: >
25
+ $.principalId['readOnly'] = true;
26
+ $.tenantId['readOnly'] = true;
27
28
+ where: $.definitions.UserIdentityProperties.properties
29
30
31
+ $.clientId['readOnly'] = true;
32
```
33
34
### Java multi-api
0 commit comments