From fe4b4aee98f4d1541bdb5fbe3986179065ad19e3 Mon Sep 17 00:00:00 2001 From: Yanming Tang Date: Wed, 9 Feb 2022 16:46:57 -0800 Subject: [PATCH] Add x-ms-identifiers for datadog --- .../stable/2021-03-01/datadog.json | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/specification/datadog/resource-manager/Microsoft.Datadog/stable/2021-03-01/datadog.json b/specification/datadog/resource-manager/Microsoft.Datadog/stable/2021-03-01/datadog.json index 0c0843732a48..3ea276da791d 100644 --- a/specification/datadog/resource-manager/Microsoft.Datadog/stable/2021-03-01/datadog.json +++ b/specification/datadog/resource-manager/Microsoft.Datadog/stable/2021-03-01/datadog.json @@ -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.", @@ -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.", @@ -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.", @@ -1824,7 +1833,10 @@ "type": "array", "items": { "$ref": "#/definitions/FilteringTag" - } + }, + "x-ms-identifiers": [ + "name" + ] } } }, @@ -1837,7 +1849,10 @@ "type": "array", "items": { "$ref": "#/definitions/FilteringTag" - } + }, + "x-ms-identifiers": [ + "name" + ] } } },