Skip to content

Commit

Permalink
add xms-ids for quota (#17996)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinglingTong authored Feb 28, 2022
1 parent bb4175d commit c576a94
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationResponse"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"type": "string",
Expand Down Expand Up @@ -1081,7 +1084,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/SubRequest"
}
},
"x-ms-identifiers": [
"subRequestId"
]
}
}
},
Expand Down Expand Up @@ -1196,6 +1202,9 @@
"items": {
"$ref": "#/definitions/ServiceErrorDetail"
},
"x-ms-identifiers": [
"code"
],
"description": "List of error details.",
"readOnly": true
}
Expand Down

0 comments on commit c576a94

Please sign in to comment.