Skip to content

Commit

Permalink
Cosmos DB remove 404 response on databaseAccounts GET (Azure#9746)
Browse files Browse the repository at this point in the history
* removing documented 404 to prevent swallowing exception in CLI when account does not exist

* removing 404 response code from examples

Co-authored-by: Sam Hurd <[email protected]>
  • Loading branch information
2 people authored and 00Kai0 committed Oct 12, 2020
1 parent 340836d commit 3d98b00
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
"schema": {
"$ref": "#/definitions/DatabaseAccountGetResults"
}
},
"404": {
"description": "Not Found. The account name is available and valid."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
]
}
}
},
"404": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
"schema": {
"$ref": "#/definitions/DatabaseAccountGetResults"
}
},
"404": {
"description": "Not Found. The account name is available and valid."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"enableAnalyticalStorage": true
}
}
},
"404": {}
}
}
}

0 comments on commit 3d98b00

Please sign in to comment.