Skip to content

Commit

Permalink
fix(apim): Remove duplicate ErrorResponse schema due to move to commo…
Browse files Browse the repository at this point in the history
…n schema
  • Loading branch information
tomkerkhove authored Jun 3, 2024
1 parent 6a8f682 commit 5c2f871
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,6 @@
},
"description": "Error Field contract."
},
"ErrorResponse": {
"type": "object",
"properties": {
"error": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ErrorResponseBody",
"description": "Properties of the Error Response."
}
},
"description": "Error Response."
},
"ErrorResponseBody": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 5c2f871

Please sign in to comment.