diff --git a/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2021-06-30-preview/timeseriesinsights.json b/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2021-06-30-preview/timeseriesinsights.json index 5f369e9b1ed6..f6b876450885 100644 --- a/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2021-06-30-preview/timeseriesinsights.json +++ b/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2021-06-30-preview/timeseriesinsights.json @@ -1101,7 +1101,10 @@ "readOnly": true, "items": { "$ref": "#/definitions/Operation" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "nextLink": { "description": "URL to get the next set of operation list results if there are any.", @@ -1177,14 +1180,21 @@ "type": "array", "items": { "$ref": "#/definitions/MetricSpecification" - } + }, + "x-ms-identifiers": [ + "name", + "unit" + ] }, "logSpecifications": { "description": "A list of Azure Monitoring log definitions.", "type": "array", "items": { "$ref": "#/definitions/LogSpecification" - } + }, + "x-ms-identifiers": [ + "name" + ] } } }, @@ -1213,7 +1223,10 @@ "type": "array", "items": { "$ref": "#/definitions/Dimension" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "aggregationType": { "type": "string", @@ -1224,7 +1237,10 @@ "type": "array", "items": { "$ref": "#/definitions/MetricAvailability" - } + }, + "x-ms-identifiers": [ + "timeGrain" + ] }, "category": { "type": "string", @@ -1707,6 +1723,9 @@ "items": { "$ref": "#/definitions/TimeSeriesIdProperty" }, + "x-ms-identifiers": [ + "name" + ], "description": "The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported." } }, @@ -1722,6 +1741,9 @@ "items": { "$ref": "#/definitions/TimeSeriesIdProperty" }, + "x-ms-identifiers": [ + "name" + ], "description": "The list of event properties which will be used to define the environment's time series id." }, "storageConfiguration": { @@ -1791,6 +1813,9 @@ "items": { "$ref": "#/definitions/TimeSeriesIdProperty" }, + "x-ms-identifiers": [ + "name" + ], "description": "The list of event properties which will be used to define the environment's time series id." }, "storageConfiguration": { @@ -2487,6 +2512,9 @@ "items": { "$ref": "#/definitions/ReferenceDataSetKeyProperty" }, + "x-ms-identifiers": [ + "name" + ], "description": "The list of key properties for the reference data set." }, "dataStringComparisonBehavior": { @@ -2680,6 +2708,7 @@ "$ref": "#/definitions/CloudErrorBody", "description": "Describes a particular API error with an error code and a message." }, + "x-ms-identifiers": [], "description": "Contains nested errors that are related to this error." } }, diff --git a/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/stable/2020-05-15/timeseriesinsights.json b/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/stable/2020-05-15/timeseriesinsights.json index 70a83a726550..1a0fbdfafab3 100644 --- a/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/stable/2020-05-15/timeseriesinsights.json +++ b/specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/stable/2020-05-15/timeseriesinsights.json @@ -1101,7 +1101,10 @@ "readOnly": true, "items": { "$ref": "#/definitions/Operation" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "nextLink": { "description": "URL to get the next set of operation list results if there are any.", @@ -1177,14 +1180,21 @@ "type": "array", "items": { "$ref": "#/definitions/MetricSpecification" - } + }, + "x-ms-identifiers": [ + "name", + "unit" + ] }, "logSpecifications": { "description": "A list of Azure Monitoring log definitions.", "type": "array", "items": { "$ref": "#/definitions/LogSpecification" - } + }, + "x-ms-identifiers": [ + "name" + ] } } }, @@ -1213,7 +1223,10 @@ "type": "array", "items": { "$ref": "#/definitions/Dimension" - } + }, + "x-ms-identifiers": [ + "name" + ] }, "aggregationType": { "type": "string", @@ -1224,7 +1237,10 @@ "type": "array", "items": { "$ref": "#/definitions/MetricAvailability" - } + }, + "x-ms-identifiers": [ + "timeGrain" + ] }, "category": { "type": "string", @@ -1707,6 +1723,9 @@ "items": { "$ref": "#/definitions/TimeSeriesIdProperty" }, + "x-ms-identifiers": [ + "name" + ], "description": "The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported." } }, @@ -1722,6 +1741,9 @@ "items": { "$ref": "#/definitions/TimeSeriesIdProperty" }, + "x-ms-identifiers": [ + "name" + ], "description": "The list of event properties which will be used to define the environment's time series id." }, "storageConfiguration": { @@ -1786,6 +1808,9 @@ "items": { "$ref": "#/definitions/TimeSeriesIdProperty" }, + "x-ms-identifiers": [ + "name" + ], "description": "The list of event properties which will be used to define the environment's time series id." }, "storageConfiguration": { @@ -2482,6 +2507,9 @@ "items": { "$ref": "#/definitions/ReferenceDataSetKeyProperty" }, + "x-ms-identifiers": [ + "name" + ], "description": "The list of key properties for the reference data set." }, "dataStringComparisonBehavior": { @@ -2675,6 +2703,7 @@ "$ref": "#/definitions/CloudErrorBody", "description": "Describes a particular API error with an error code and a message." }, + "x-ms-identifiers": [], "description": "Contains nested errors that are related to this error." } },