From 58aed9918a6147cedafb9733856bfde63939a64a Mon Sep 17 00:00:00 2001 From: kavskalyan Date: Sun, 26 Sep 2021 21:44:40 -0700 Subject: [PATCH] Fixing bug from 2021-07-01-preview (#16126) --- .../preview/2021-07-01-preview/cosmos-db.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2021-07-01-preview/cosmos-db.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2021-07-01-preview/cosmos-db.json index 8969b508d131..6cdaaa6fa5ce 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2021-07-01-preview/cosmos-db.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2021-07-01-preview/cosmos-db.json @@ -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.", @@ -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",