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 308308 "items" : {
309309 "$ref" : " #/definitions/ErrorResponse"
310310 },
311+ "x-ms-identifiers" : [
312+ " message" ,
313+ " target"
314+ ],
311315 "description" : " The error details."
312316 },
313317 "additionalInfo" : {
316320 "items" : {
317321 "$ref" : " #/definitions/ErrorAdditionalInfo"
318322 },
323+ "x-ms-identifiers" : [],
319324 "description" : " The error additional info."
320325 }
321326 }
414419 "items" : {
415420 "$ref" : " #/definitions/Operation"
416421 },
422+ "x-ms-identifiers" : [
423+ " name"
424+ ],
417425 "description" : " List of operations supported by the resource provider" ,
418426 "readOnly" : true
419427 },
Original file line number Diff line number Diff line change 307307 "items" : {
308308 "$ref" : " #/definitions/ErrorDetail"
309309 },
310- "description" : " The error details." ,
311310 "x-ms-identifiers" : [
312311 " message" ,
313312 " target"
314- ]
313+ ],
314+ "description" : " The error details."
315315 },
316316 "additionalInfo" : {
317317 "readOnly" : true ,
318318 "type" : " array" ,
319319 "items" : {
320320 "$ref" : " #/definitions/ErrorAdditionalInfo"
321321 },
322- "description " : " The error additional info. " ,
323- "x-ms-identifiers " : []
322+ "x-ms-identifiers " : [] ,
323+ "description " : " The error additional info. "
324324 }
325325 }
326326 },
Original file line number Diff line number Diff line change 316316 "items" : {
317317 "$ref" : " #/definitions/ErrorDetail"
318318 },
319+ "x-ms-identifiers" : [
320+ " message" ,
321+ " target"
322+ ],
319323 "description" : " The error details."
320324 },
321325 "additionalInfo" : {
324328 "items" : {
325329 "$ref" : " #/definitions/ErrorAdditionalInfo"
326330 },
331+ "x-ms-identifiers" : [],
327332 "description" : " The error additional info."
328333 }
329334 }
433438 "items" : {
434439 "$ref" : " #/definitions/Operation"
435440 },
441+ "x-ms-identifiers" : [
442+ " name"
443+ ],
436444 "description" : " List of operations supported by the resource provider" ,
437445 "readOnly" : true
438446 },
Original file line number Diff line number Diff line change 9393 "type" : " array" ,
9494 "items" : {
9595 "$ref" : " #/definitions/JSONWebKey"
96- }
96+ },
97+ "x-ms-identifiers" : []
9798 }
9899 }
99100 }
You can’t perform that action at this time.
0 commit comments