Skip to content

Commit

Permalink
Re-incorporate support for arm-id (#24301)
Browse files Browse the repository at this point in the history
* add arm-id in v5 common types
---------

Co-authored-by: Wendy Chang <wendychang@gmail.com>
  • Loading branch information
wwendyc and Wendy Chang authored Jun 15, 2023
1 parent 114a2eb commit 35b5a8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
},
"userAssignedIdentityResourceId": {
"type": "string",
"format": "arm-id",
"description": "user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity."
},
"delegatedIdentityClientId": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"id": {
"readOnly": true,
"type": "string",
"format": "arm-id",
"description": "Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\""
},
"name": {
Expand Down
5 changes: 4 additions & 1 deletion specification/common-types/resource-management/v5/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"id": {
"readOnly": true,
"type": "string",
"format": "arm-id",
"description": "Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\""
},
"name": {
Expand Down Expand Up @@ -427,11 +428,13 @@
"properties": {
"id": {
"description": "Fully qualified ID for the async operation.",
"type": "string"
"type": "string",
"format": "arm-id"
},
"resourceId": {
"description": "Fully qualified ID of the resource against which the original async operation was started.",
"type": "string",
"format": "arm-id",
"readOnly": true
},
"name": {
Expand Down

0 comments on commit 35b5a8f

Please sign in to comment.