Skip to content

Commit 3d6639c

Browse files
kavskalyanMilan Zolota
authored andcommitted
Fixing bug from 2021-07-01-preview (Azure#16126)
1 parent 5cff497 commit 3d6639c

File tree

1 file changed

+0
-10
lines changed
  • specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2021-07-01-preview

1 file changed

+0
-10
lines changed

specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2021-07-01-preview/cosmos-db.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6872,7 +6872,6 @@
68726872
"DatabaseAccountCreateUpdateProperties": {
68736873
"description": "Properties to create and update Azure Cosmos DB database accounts.",
68746874
"type": "object",
6875-
"discriminator": "createMode",
68766875
"properties": {
68776876
"consistencyPolicy": {
68786877
"description": "The consistency policy for the Cosmos DB account.",
@@ -7011,15 +7010,6 @@
70117010
"createMode"
70127011
]
70137012
},
7014-
"DefaultRequestDatabaseAccountCreateUpdateProperties": {
7015-
"description": "Properties for non-restore Azure Cosmos DB database account requests.",
7016-
"allOf": [
7017-
{
7018-
"$ref": "#/definitions/DatabaseAccountCreateUpdateProperties"
7019-
}
7020-
],
7021-
"x-ms-discriminator-value": "Default"
7022-
},
70237013
"DatabaseAccountCreateUpdateParameters": {
70247014
"description": "Parameters to create and update Cosmos DB database accounts.",
70257015
"type": "object",

0 commit comments

Comments
 (0)