Skip to content

Commit

Permalink
add xms-ids for RecoveryServices (#17997)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinglingTong authored Mar 25, 2022
1 parent 5dad3b8 commit 4bd8386
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/ReplicationUsage"
}
},
"x-ms-identifiers": []
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ClientDiscoveryForLogSpecification"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand All @@ -910,7 +913,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ClientDiscoveryValueForSingleApi"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "Link to the next chunk of the response",
Expand Down Expand Up @@ -1715,6 +1721,7 @@
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"x-ms-identifiers": [],
"readOnly": true,
"type": "array"
},
Expand All @@ -1728,6 +1735,9 @@
"items": {
"$ref": "#/definitions/Error"
},
"x-ms-identifiers": [
"code"
],
"readOnly": true,
"type": "array"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/VaultUsage"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down

0 comments on commit 4bd8386

Please sign in to comment.