Skip to content

Commit c576a94

Browse files
authored
add xms-ids for quota (#17996)
1 parent bb4175d commit c576a94

File tree

1 file changed

+11
-2
lines changed
  • specification/quota/resource-manager/Microsoft.Quota/preview/2021-03-15-preview

1 file changed

+11
-2
lines changed

specification/quota/resource-manager/Microsoft.Quota/preview/2021-03-15-preview/quota.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,10 @@
493493
"type": "array",
494494
"items": {
495495
"$ref": "#/definitions/OperationResponse"
496-
}
496+
},
497+
"x-ms-identifiers": [
498+
"name"
499+
]
497500
},
498501
"nextLink": {
499502
"type": "string",
@@ -1081,7 +1084,10 @@
10811084
"type": "array",
10821085
"items": {
10831086
"$ref": "#/definitions/SubRequest"
1084-
}
1087+
},
1088+
"x-ms-identifiers": [
1089+
"subRequestId"
1090+
]
10851091
}
10861092
}
10871093
},
@@ -1196,6 +1202,9 @@
11961202
"items": {
11971203
"$ref": "#/definitions/ServiceErrorDetail"
11981204
},
1205+
"x-ms-identifiers": [
1206+
"code"
1207+
],
11991208
"description": "List of error details.",
12001209
"readOnly": true
12011210
}

0 commit comments

Comments
 (0)