File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
specification/mixedreality/resource-manager/Microsoft.MixedReality/preview/2021-03-01-preview Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 104
104
"items" : {
105
105
"$ref" : " #/definitions/CloudErrorBody"
106
106
},
107
+ "x-ms-identifiers" : [
108
+ " code"
109
+ ],
107
110
"description" : " A list of additional details about the error."
108
111
}
109
112
},
Original file line number Diff line number Diff line change 202
202
"type" : " array" ,
203
203
"items" : {
204
204
"$ref" : " #/definitions/LogSpecification"
205
- }
205
+ },
206
+ "x-ms-identifiers" : [
207
+ " name"
208
+ ]
206
209
},
207
210
"metricSpecifications" : {
208
211
"description" : " Specifications of the Metrics for Azure Monitoring" ,
209
212
"uniqueItems" : false ,
210
213
"type" : " array" ,
211
214
"items" : {
212
215
"$ref" : " #/definitions/MetricSpecification"
213
- }
216
+ },
217
+ "x-ms-identifiers" : [
218
+ " name"
219
+ ]
214
220
}
215
221
}
216
222
},
304
310
"type" : " array" ,
305
311
"items" : {
306
312
"$ref" : " #/definitions/MetricDimension"
307
- }
313
+ },
314
+ "x-ms-identifiers" : [
315
+ " name"
316
+ ]
308
317
},
309
318
"lockedAggregationType" : {
310
319
"description" : " Locked aggregation type of the metric" ,
390
399
"items" : {
391
400
"$ref" : " #/definitions/Operation"
392
401
},
402
+ "x-ms-identifiers" : [
403
+ " name"
404
+ ],
393
405
"description" : " List of operations supported by the Resource Provider."
394
406
},
395
407
"nextLink" : {
You can’t perform that action at this time.
0 commit comments