Skip to content

Commit

Permalink
Adding xms-ids for CommonTypes (#17629)
Browse files Browse the repository at this point in the history
* Adding xms-ids for CommonTypes

* corrections after rebase
  • Loading branch information
agalerrotaru authored Feb 10, 2022
1 parent 405b517 commit 3fb3861
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
8 changes: 8 additions & 0 deletions specification/common-types/resource-management/v1/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@
"items": {
"$ref": "#/definitions/ErrorResponse"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The error details."
},
"additionalInfo": {
Expand All @@ -316,6 +320,7 @@
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"x-ms-identifiers": [],
"description": "The error additional info."
}
}
Expand Down Expand Up @@ -414,6 +419,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "List of operations supported by the resource provider",
"readOnly": true
},
Expand Down
8 changes: 4 additions & 4 deletions specification/common-types/resource-management/v2/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,20 +307,20 @@
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"description": "The error details.",
"x-ms-identifiers": [
"message",
"target"
]
],
"description": "The error details."
},
"additionalInfo": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"description": "The error additional info.",
"x-ms-identifiers": []
"x-ms-identifiers": [],
"description": "The error additional info."
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions specification/common-types/resource-management/v3/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The error details."
},
"additionalInfo": {
Expand All @@ -324,6 +328,7 @@
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"x-ms-identifiers": [],
"description": "The error additional info."
}
}
Expand Down Expand Up @@ -433,6 +438,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "List of operations supported by the resource provider",
"readOnly": true
},
Expand Down
3 changes: 2 additions & 1 deletion specification/common-types/rfcs/rfc7517.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/JSONWebKey"
}
},
"x-ms-identifiers": []
}
}
}
Expand Down

0 comments on commit 3fb3861

Please sign in to comment.