Skip to content

Commit

Permalink
Adding xms-identifiers for Agrifood (#17574)
Browse files Browse the repository at this point in the history
* Adding xms-identifiers for Agrifood

* removing changes on non-resource-manager files
  • Loading branch information
agalerrotaru authored Feb 7, 2022
1 parent d28ca2c commit 4d63c7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,9 @@
"items": {
"$ref": "#/definitions/DetailedInformation"
},
"x-ms-identifiers": [
"apiName"
],
"readOnly": true
}
}
Expand Down
12 changes: 10 additions & 2 deletions specification/common-types/resource-management/v2/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,15 +307,20 @@
"items": {
"$ref": "#/definitions/ErrorDetail"
},
"description": "The error details."
"description": "The error details.",
"x-ms-identifiers": [
"message",
"target"
]
},
"additionalInfo": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ErrorAdditionalInfo"
},
"description": "The error additional info."
"description": "The error additional info.",
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -424,6 +429,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "List of operations supported by the resource provider",
"readOnly": true
},
Expand Down

0 comments on commit 4d63c7c

Please sign in to comment.