Skip to content

Commit

Permalink
update private endpoint connection to use standard ErrorResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarolyn committed Jul 30, 2024
1 parent 88fae54 commit ce44103
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../stable/2024-08-15/cosmos-db.json#/definitions/ErrorResponse"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
}
}
},
Expand Down Expand Up @@ -199,7 +199,7 @@
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../stable/2024-08-15/cosmos-db.json#/definitions/ErrorResponse"
"$ref": "../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse"
}
}
},
Expand Down

0 comments on commit ce44103

Please sign in to comment.