Skip to content

Commit 4c56940

Browse files
authored
Add x-ms-identifiers for datadog (#17744)
1 parent bd35f2b commit 4c56940

File tree

1 file changed

+20
-5
lines changed
  • specification/datadog/resource-manager/Microsoft.Datadog/stable/2021-03-01

1 file changed

+20
-5
lines changed

specification/datadog/resource-manager/Microsoft.Datadog/stable/2021-03-01/datadog.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,10 @@
12421242
"type": "array",
12431243
"items": {
12441244
"$ref": "#/definitions/DatadogApiKey"
1245-
}
1245+
},
1246+
"x-ms-identifiers": [
1247+
"name"
1248+
]
12461249
},
12471250
"nextLink": {
12481251
"description": "Link to the next set of results, if any.",
@@ -1326,7 +1329,10 @@
13261329
"type": "array",
13271330
"items": {
13281331
"$ref": "#/definitions/DatadogHost"
1329-
}
1332+
},
1333+
"x-ms-identifiers": [
1334+
"name"
1335+
]
13301336
},
13311337
"nextLink": {
13321338
"description": "Link to the next set of results, if any.",
@@ -1452,7 +1458,10 @@
14521458
"type": "array",
14531459
"items": {
14541460
"$ref": "#/definitions/OperationResult"
1455-
}
1461+
},
1462+
"x-ms-identifiers": [
1463+
"name"
1464+
]
14561465
},
14571466
"nextLink": {
14581467
"description": "URL to get the next set of operation list results if there are any.",
@@ -1824,7 +1833,10 @@
18241833
"type": "array",
18251834
"items": {
18261835
"$ref": "#/definitions/FilteringTag"
1827-
}
1836+
},
1837+
"x-ms-identifiers": [
1838+
"name"
1839+
]
18281840
}
18291841
}
18301842
},
@@ -1837,7 +1849,10 @@
18371849
"type": "array",
18381850
"items": {
18391851
"$ref": "#/definitions/FilteringTag"
1840-
}
1852+
},
1853+
"x-ms-identifiers": [
1854+
"name"
1855+
]
18411856
}
18421857
}
18431858
},

0 commit comments

Comments
 (0)