Skip to content

Commit a0c83df

Browse files
authored
add xms-ids for mixedreality (#17824)
1 parent e9738dd commit a0c83df

File tree

2 files changed

+18
-3
lines changed
  • specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2021-03-01-preview

2 files changed

+18
-3
lines changed

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2021-03-01-preview/common.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@
104104
"items": {
105105
"$ref": "#/definitions/CloudErrorBody"
106106
},
107+
"x-ms-identifiers": [
108+
"code"
109+
],
107110
"description": "A list of additional details about the error."
108111
}
109112
},

specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2021-03-01-preview/proxy.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,21 @@
202202
"type": "array",
203203
"items": {
204204
"$ref": "#/definitions/LogSpecification"
205-
}
205+
},
206+
"x-ms-identifiers": [
207+
"name"
208+
]
206209
},
207210
"metricSpecifications": {
208211
"description": "Specifications of the Metrics for Azure Monitoring",
209212
"uniqueItems": false,
210213
"type": "array",
211214
"items": {
212215
"$ref": "#/definitions/MetricSpecification"
213-
}
216+
},
217+
"x-ms-identifiers": [
218+
"name"
219+
]
214220
}
215221
}
216222
},
@@ -304,7 +310,10 @@
304310
"type": "array",
305311
"items": {
306312
"$ref": "#/definitions/MetricDimension"
307-
}
313+
},
314+
"x-ms-identifiers": [
315+
"name"
316+
]
308317
},
309318
"lockedAggregationType": {
310319
"description": "Locked aggregation type of the metric",
@@ -390,6 +399,9 @@
390399
"items": {
391400
"$ref": "#/definitions/Operation"
392401
},
402+
"x-ms-identifiers": [
403+
"name"
404+
],
393405
"description": "List of operations supported by the Resource Provider."
394406
},
395407
"nextLink": {

0 commit comments

Comments
 (0)