File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
specification/containerregistry/resource-manager Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,20 @@ typescript:
1717 package-name : " @azure/arm-containerregistry"
1818 output-folder : " $(typescript-sdks-folder)/sdk/containerregistry/arm-containerregistry"
1919 generate-metadata : true
20+
21+ directive :
22+ - from : containerregistry_build.json
23+ where : $.definitions.IdentityProperties.properties
24+ transform : >
25+ $.principalId['readOnly'] = true;
26+ $.tenantId['readOnly'] = true;
27+ - from : containerregistry_build.json
28+ where : $.definitions.UserIdentityProperties.properties
29+ transform : >
30+ $.principalId['readOnly'] = true;
31+ $.clientId['readOnly'] = true;
32+ - from : containerregistry_build.json
33+ where : $.definitions.ErrorResponse
34+ transform : >
35+ $['x-ms-client-name'] = 'ErrorResponseForContainerRegistry';
2036` ` `
You can’t perform that action at this time.
0 commit comments