Skip to content

Commit e6ec17b

Browse files
agalerrotaruFredericHeem
authored andcommitted
Adding xms-ids for CommonTypes (Azure#17629)
* Adding xms-ids for CommonTypes * corrections after rebase
1 parent d0874ce commit e6ec17b

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

specification/common-types/resource-management/v1/types.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,10 @@
308308
"items": {
309309
"$ref": "#/definitions/ErrorResponse"
310310
},
311+
"x-ms-identifiers": [
312+
"message",
313+
"target"
314+
],
311315
"description": "The error details."
312316
},
313317
"additionalInfo": {
@@ -316,6 +320,7 @@
316320
"items": {
317321
"$ref": "#/definitions/ErrorAdditionalInfo"
318322
},
323+
"x-ms-identifiers": [],
319324
"description": "The error additional info."
320325
}
321326
}
@@ -414,6 +419,9 @@
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
},

specification/common-types/resource-management/v2/types.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,20 +307,20 @@
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
},

specification/common-types/resource-management/v3/types.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,10 @@
316316
"items": {
317317
"$ref": "#/definitions/ErrorDetail"
318318
},
319+
"x-ms-identifiers": [
320+
"message",
321+
"target"
322+
],
319323
"description": "The error details."
320324
},
321325
"additionalInfo": {
@@ -324,6 +328,7 @@
324328
"items": {
325329
"$ref": "#/definitions/ErrorAdditionalInfo"
326330
},
331+
"x-ms-identifiers": [],
327332
"description": "The error additional info."
328333
}
329334
}
@@ -433,6 +438,9 @@
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
},

specification/common-types/rfcs/rfc7517.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
"type": "array",
9494
"items": {
9595
"$ref": "#/definitions/JSONWebKey"
96-
}
96+
},
97+
"x-ms-identifiers": []
9798
}
9899
}
99100
}

0 commit comments

Comments
 (0)