Skip to content

Commit

Permalink
Add x-ms-identifiers for datadog (#17744)
Browse files Browse the repository at this point in the history
  • Loading branch information
yantang-msft authored Feb 11, 2022
1 parent bd35f2b commit 4c56940
Showing 1 changed file with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DatadogApiKey"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "Link to the next set of results, if any.",
Expand Down Expand Up @@ -1326,7 +1329,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/DatadogHost"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "Link to the next set of results, if any.",
Expand Down Expand Up @@ -1452,7 +1458,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationResult"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "URL to get the next set of operation list results if there are any.",
Expand Down Expand Up @@ -1824,7 +1833,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/FilteringTag"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand All @@ -1837,7 +1849,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/FilteringTag"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down

0 comments on commit 4c56940

Please sign in to comment.