Skip to content

Commit 6790f9f

Browse files
Add x-ms-identifiers to timeseriesinsights/resource-manager. (#17803)
Co-authored-by: Steven Vukelich <[email protected]>
1 parent 1485072 commit 6790f9f

File tree

2 files changed

+68
-10
lines changed

2 files changed

+68
-10
lines changed

specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/preview/2021-06-30-preview/timeseriesinsights.json

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,10 @@
11011101
"readOnly": true,
11021102
"items": {
11031103
"$ref": "#/definitions/Operation"
1104-
}
1104+
},
1105+
"x-ms-identifiers": [
1106+
"name"
1107+
]
11051108
},
11061109
"nextLink": {
11071110
"description": "URL to get the next set of operation list results if there are any.",
@@ -1177,14 +1180,21 @@
11771180
"type": "array",
11781181
"items": {
11791182
"$ref": "#/definitions/MetricSpecification"
1180-
}
1183+
},
1184+
"x-ms-identifiers": [
1185+
"name",
1186+
"unit"
1187+
]
11811188
},
11821189
"logSpecifications": {
11831190
"description": "A list of Azure Monitoring log definitions.",
11841191
"type": "array",
11851192
"items": {
11861193
"$ref": "#/definitions/LogSpecification"
1187-
}
1194+
},
1195+
"x-ms-identifiers": [
1196+
"name"
1197+
]
11881198
}
11891199
}
11901200
},
@@ -1213,7 +1223,10 @@
12131223
"type": "array",
12141224
"items": {
12151225
"$ref": "#/definitions/Dimension"
1216-
}
1226+
},
1227+
"x-ms-identifiers": [
1228+
"name"
1229+
]
12171230
},
12181231
"aggregationType": {
12191232
"type": "string",
@@ -1224,7 +1237,10 @@
12241237
"type": "array",
12251238
"items": {
12261239
"$ref": "#/definitions/MetricAvailability"
1227-
}
1240+
},
1241+
"x-ms-identifiers": [
1242+
"timeGrain"
1243+
]
12281244
},
12291245
"category": {
12301246
"type": "string",
@@ -1707,6 +1723,9 @@
17071723
"items": {
17081724
"$ref": "#/definitions/TimeSeriesIdProperty"
17091725
},
1726+
"x-ms-identifiers": [
1727+
"name"
1728+
],
17101729
"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."
17111730
}
17121731
},
@@ -1722,6 +1741,9 @@
17221741
"items": {
17231742
"$ref": "#/definitions/TimeSeriesIdProperty"
17241743
},
1744+
"x-ms-identifiers": [
1745+
"name"
1746+
],
17251747
"description": "The list of event properties which will be used to define the environment's time series id."
17261748
},
17271749
"storageConfiguration": {
@@ -1791,6 +1813,9 @@
17911813
"items": {
17921814
"$ref": "#/definitions/TimeSeriesIdProperty"
17931815
},
1816+
"x-ms-identifiers": [
1817+
"name"
1818+
],
17941819
"description": "The list of event properties which will be used to define the environment's time series id."
17951820
},
17961821
"storageConfiguration": {
@@ -2487,6 +2512,9 @@
24872512
"items": {
24882513
"$ref": "#/definitions/ReferenceDataSetKeyProperty"
24892514
},
2515+
"x-ms-identifiers": [
2516+
"name"
2517+
],
24902518
"description": "The list of key properties for the reference data set."
24912519
},
24922520
"dataStringComparisonBehavior": {
@@ -2680,6 +2708,7 @@
26802708
"$ref": "#/definitions/CloudErrorBody",
26812709
"description": "Describes a particular API error with an error code and a message."
26822710
},
2711+
"x-ms-identifiers": [],
26832712
"description": "Contains nested errors that are related to this error."
26842713
}
26852714
},

specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/stable/2020-05-15/timeseriesinsights.json

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,10 @@
11011101
"readOnly": true,
11021102
"items": {
11031103
"$ref": "#/definitions/Operation"
1104-
}
1104+
},
1105+
"x-ms-identifiers": [
1106+
"name"
1107+
]
11051108
},
11061109
"nextLink": {
11071110
"description": "URL to get the next set of operation list results if there are any.",
@@ -1177,14 +1180,21 @@
11771180
"type": "array",
11781181
"items": {
11791182
"$ref": "#/definitions/MetricSpecification"
1180-
}
1183+
},
1184+
"x-ms-identifiers": [
1185+
"name",
1186+
"unit"
1187+
]
11811188
},
11821189
"logSpecifications": {
11831190
"description": "A list of Azure Monitoring log definitions.",
11841191
"type": "array",
11851192
"items": {
11861193
"$ref": "#/definitions/LogSpecification"
1187-
}
1194+
},
1195+
"x-ms-identifiers": [
1196+
"name"
1197+
]
11881198
}
11891199
}
11901200
},
@@ -1213,7 +1223,10 @@
12131223
"type": "array",
12141224
"items": {
12151225
"$ref": "#/definitions/Dimension"
1216-
}
1226+
},
1227+
"x-ms-identifiers": [
1228+
"name"
1229+
]
12171230
},
12181231
"aggregationType": {
12191232
"type": "string",
@@ -1224,7 +1237,10 @@
12241237
"type": "array",
12251238
"items": {
12261239
"$ref": "#/definitions/MetricAvailability"
1227-
}
1240+
},
1241+
"x-ms-identifiers": [
1242+
"timeGrain"
1243+
]
12281244
},
12291245
"category": {
12301246
"type": "string",
@@ -1707,6 +1723,9 @@
17071723
"items": {
17081724
"$ref": "#/definitions/TimeSeriesIdProperty"
17091725
},
1726+
"x-ms-identifiers": [
1727+
"name"
1728+
],
17101729
"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."
17111730
}
17121731
},
@@ -1722,6 +1741,9 @@
17221741
"items": {
17231742
"$ref": "#/definitions/TimeSeriesIdProperty"
17241743
},
1744+
"x-ms-identifiers": [
1745+
"name"
1746+
],
17251747
"description": "The list of event properties which will be used to define the environment's time series id."
17261748
},
17271749
"storageConfiguration": {
@@ -1786,6 +1808,9 @@
17861808
"items": {
17871809
"$ref": "#/definitions/TimeSeriesIdProperty"
17881810
},
1811+
"x-ms-identifiers": [
1812+
"name"
1813+
],
17891814
"description": "The list of event properties which will be used to define the environment's time series id."
17901815
},
17911816
"storageConfiguration": {
@@ -2482,6 +2507,9 @@
24822507
"items": {
24832508
"$ref": "#/definitions/ReferenceDataSetKeyProperty"
24842509
},
2510+
"x-ms-identifiers": [
2511+
"name"
2512+
],
24852513
"description": "The list of key properties for the reference data set."
24862514
},
24872515
"dataStringComparisonBehavior": {
@@ -2675,6 +2703,7 @@
26752703
"$ref": "#/definitions/CloudErrorBody",
26762704
"description": "Describes a particular API error with an error code and a message."
26772705
},
2706+
"x-ms-identifiers": [],
26782707
"description": "Contains nested errors that are related to this error."
26792708
}
26802709
},

0 commit comments

Comments
 (0)