You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: specification/common-types/resource-management/v4/customermanagedkeys.json
+1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@
51
51
},
52
52
"userAssignedIdentityResourceId": {
53
53
"type": "string",
54
+
"format": "arm-id",
54
55
"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."
Copy file name to clipboardexpand all lines: specification/common-types/resource-management/v4/types.json
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
"id": {
15
15
"readOnly": true,
16
16
"type": "string",
17
+
"format": "arm-id",
17
18
"description": "Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\""
Copy file name to clipboardexpand all lines: specification/common-types/resource-management/v5/types.json
+4-1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
"id": {
15
15
"readOnly": true,
16
16
"type": "string",
17
+
"format": "arm-id",
17
18
"description": "Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\""
18
19
},
19
20
"name": {
@@ -427,11 +428,13 @@
427
428
"properties": {
428
429
"id": {
429
430
"description": "Fully qualified ID for the async operation.",
430
-
"type": "string"
431
+
"type": "string",
432
+
"format": "arm-id"
431
433
},
432
434
"resourceId": {
433
435
"description": "Fully qualified ID of the resource against which the original async operation was started.",
0 commit comments