Skip to content

Commit

Permalink
Fixing bug from 2021-07-01-preview (#16126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kavskalyan authored Sep 27, 2021
1 parent f6de239 commit 58aed99
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6872,7 +6872,6 @@
"DatabaseAccountCreateUpdateProperties": {
"description": "Properties to create and update Azure Cosmos DB database accounts.",
"type": "object",
"discriminator": "createMode",
"properties": {
"consistencyPolicy": {
"description": "The consistency policy for the Cosmos DB account.",
Expand Down Expand Up @@ -7011,15 +7010,6 @@
"createMode"
]
},
"DefaultRequestDatabaseAccountCreateUpdateProperties": {
"description": "Properties for non-restore Azure Cosmos DB database account requests.",
"allOf": [
{
"$ref": "#/definitions/DatabaseAccountCreateUpdateProperties"
}
],
"x-ms-discriminator-value": "Default"
},
"DatabaseAccountCreateUpdateParameters": {
"description": "Parameters to create and update Cosmos DB database accounts.",
"type": "object",
Expand Down

0 comments on commit 58aed99

Please sign in to comment.