Skip to content

Commit

Permalink
adding mutability flag to the identity property ACS (#24477)
Browse files Browse the repository at this point in the history
* adding mutability flag to the identity property ACS

* Updated base tag to package preview 2023-04

* fix prettier issues
  • Loading branch information
joannajiang112628 authored Jun 30, 2023
1 parent c810578 commit 64efc48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,12 @@
"x-ms-client-flatten": true
},
"identity": {
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentity"
"$ref": "../../../../../common-types/resource-management/v5/managedidentity.json#/definitions/ManagedServiceIdentity",
"x-ms-mutability": [
"create",
"read",
"update"
]
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion specification/communication/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ These are the global settings for the Azure Communication Services API.
title: CommunicationServiceManagementClient
openapi-type: arm
openapi-subtype: rpaas
tag: package-2023-03
tag: package-preview-2023-04
```
### Tag: package-preview-2023-04
Expand Down

0 comments on commit 64efc48

Please sign in to comment.