From 0a80b80a396b0614d390eeebfdba28bf318f8ab9 Mon Sep 17 00:00:00 2001 From: Lingling Tong Date: Thu, 24 Feb 2022 10:53:00 -0800 Subject: [PATCH] add xms-ids for purview --- .../stable/2021-07-01/purview.json | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/specification/purview/resource-manager/Microsoft.Purview/stable/2021-07-01/purview.json b/specification/purview/resource-manager/Microsoft.Purview/stable/2021-07-01/purview.json index bc3f64bab62e..9154ba7b1d5f 100644 --- a/specification/purview/resource-manager/Microsoft.Purview/stable/2021-07-01/purview.json +++ b/specification/purview/resource-manager/Microsoft.Purview/stable/2021-07-01/purview.json @@ -1419,6 +1419,9 @@ "items": { "$ref": "#/definitions/ErrorModel" }, + "x-ms-identifiers": [ + "code" + ], "readOnly": true }, "message": { @@ -1540,7 +1543,10 @@ "type": "array", "items": { "$ref": "#/definitions/Operation" - } + }, + "x-ms-identifiers": [ + "name" + ] } } }, @@ -1613,7 +1619,10 @@ "type": "array", "items": { "$ref": "#/definitions/OperationMetaLogSpecification" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "metricSpecifications": { "description": "metric specifications for the operation", @@ -1621,7 +1630,10 @@ "type": "array", "items": { "$ref": "#/definitions/OperationMetaMetricSpecification" - } + }, + "x-ms-identifiers": [ + "name" + ] } } }, @@ -1639,7 +1651,10 @@ "type": "array", "items": { "$ref": "#/definitions/DimensionProperties" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "displayDescription": { "description": "description of the metric",