File tree Expand file tree Collapse file tree 4 files changed +22
-5
lines changed
specification/common-types Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 308
308
"items" : {
309
309
"$ref" : " #/definitions/ErrorResponse"
310
310
},
311
+ "x-ms-identifiers" : [
312
+ " message" ,
313
+ " target"
314
+ ],
311
315
"description" : " The error details."
312
316
},
313
317
"additionalInfo" : {
316
320
"items" : {
317
321
"$ref" : " #/definitions/ErrorAdditionalInfo"
318
322
},
323
+ "x-ms-identifiers" : [],
319
324
"description" : " The error additional info."
320
325
}
321
326
}
414
419
"items" : {
415
420
"$ref" : " #/definitions/Operation"
416
421
},
422
+ "x-ms-identifiers" : [
423
+ " name"
424
+ ],
417
425
"description" : " List of operations supported by the resource provider" ,
418
426
"readOnly" : true
419
427
},
Original file line number Diff line number Diff line change 307
307
"items" : {
308
308
"$ref" : " #/definitions/ErrorDetail"
309
309
},
310
- "description" : " The error details." ,
311
310
"x-ms-identifiers" : [
312
311
" message" ,
313
312
" target"
314
- ]
313
+ ],
314
+ "description" : " The error details."
315
315
},
316
316
"additionalInfo" : {
317
317
"readOnly" : true ,
318
318
"type" : " array" ,
319
319
"items" : {
320
320
"$ref" : " #/definitions/ErrorAdditionalInfo"
321
321
},
322
- "description " : " The error additional info. " ,
323
- "x-ms-identifiers " : []
322
+ "x-ms-identifiers " : [] ,
323
+ "description " : " The error additional info. "
324
324
}
325
325
}
326
326
},
Original file line number Diff line number Diff line change 316
316
"items" : {
317
317
"$ref" : " #/definitions/ErrorDetail"
318
318
},
319
+ "x-ms-identifiers" : [
320
+ " message" ,
321
+ " target"
322
+ ],
319
323
"description" : " The error details."
320
324
},
321
325
"additionalInfo" : {
324
328
"items" : {
325
329
"$ref" : " #/definitions/ErrorAdditionalInfo"
326
330
},
331
+ "x-ms-identifiers" : [],
327
332
"description" : " The error additional info."
328
333
}
329
334
}
433
438
"items" : {
434
439
"$ref" : " #/definitions/Operation"
435
440
},
441
+ "x-ms-identifiers" : [
442
+ " name"
443
+ ],
436
444
"description" : " List of operations supported by the resource provider" ,
437
445
"readOnly" : true
438
446
},
Original file line number Diff line number Diff line change 93
93
"type" : " array" ,
94
94
"items" : {
95
95
"$ref" : " #/definitions/JSONWebKey"
96
- }
96
+ },
97
+ "x-ms-identifiers" : []
97
98
}
98
99
}
99
100
}
You can’t perform that action at this time.
0 commit comments