From cebfc2a79c245529acbaae8dde03fa334536d49c Mon Sep 17 00:00:00 2001 From: Richa Sharma Date: Sat, 15 Oct 2022 21:27:38 +0530 Subject: [PATCH 1/5] Update cosmos-db.json --- .../preview/2022-11-15-preview/cosmos-db.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/cosmos-db.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/cosmos-db.json index 87a05df299a3..d474c49c4f45 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/cosmos-db.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/cosmos-db.json @@ -7692,6 +7692,10 @@ "enablePartitionMerge": { "description": "Flag to indicate enabling/disabling of Partition Merge feature on the account", "type": "boolean" + }, + "enableBurstCapacity": { + "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "type": "boolean" } } }, @@ -7846,6 +7850,10 @@ "enablePartitionMerge": { "description": "Flag to indicate enabling/disabling of Partition Merge feature on the account", "type": "boolean" + }, + "enableBurstCapacity": { + "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "type": "boolean" } }, "required": [ @@ -8024,6 +8032,10 @@ "enablePartitionMerge": { "description": "Flag to indicate enabling/disabling of Partition Merge feature on the account", "type": "boolean" + }, + "enableBurstCapacity": { + "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "type": "boolean" } } }, From 66f06cc0f1d6e0f732bb39a9fabe5a2888e56591 Mon Sep 17 00:00:00 2001 From: Richa Sharma Date: Sat, 15 Oct 2022 21:30:33 +0530 Subject: [PATCH 2/5] Update CosmosDBDatabaseAccountCreateMax.json --- .../examples/CosmosDBDatabaseAccountCreateMax.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountCreateMax.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountCreateMax.json index 943a7abf74a9..93d08e4a1089 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountCreateMax.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountCreateMax.json @@ -80,7 +80,8 @@ "capacity": { "totalThroughputLimit": 2000 }, - "enableMaterializedViews": false + "enableMaterializedViews": false, + "enableBurstCapacity": true } } }, @@ -214,6 +215,7 @@ "totalThroughputLimit": 2000 }, "enableMaterializedViews": false, + "enableBurstCapacity": true, "keysMetadata": { "primaryMasterKey": { "generationTime": "2022-02-25T20:30:11Z" From c18a8df886182acc35b89d066c858ebd76a595ba Mon Sep 17 00:00:00 2001 From: Richa Sharma Date: Sat, 15 Oct 2022 21:33:32 +0530 Subject: [PATCH 3/5] Update CosmosDBDatabaseAccountGet.json --- .../2022-11-15-preview/examples/CosmosDBDatabaseAccountGet.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountGet.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountGet.json index 08bb873e9a20..0ab7fc0bc919 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountGet.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountGet.json @@ -101,6 +101,7 @@ "networkAclBypass": "None", "networkAclBypassResourceIds": [], "enablePartitionMerge": true, + "enableBurstCapacity": true, "diagnosticLogSettings": { "enableFullTextQuery": "False" }, From aad93bdae7acd5e697c8b9b6a19dc67ec6570cc9 Mon Sep 17 00:00:00 2001 From: Richa Sharma Date: Sat, 15 Oct 2022 21:35:07 +0530 Subject: [PATCH 4/5] Update CosmosDBDatabaseAccountList.json --- .../2022-11-15-preview/examples/CosmosDBDatabaseAccountList.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountList.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountList.json index d8336f37e4e2..c2c6d85636e4 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountList.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountList.json @@ -94,6 +94,7 @@ "networkAclBypass": "None", "networkAclBypassResourceIds": [], "enablePartitionMerge": true, + "enableBurstCapacity": true, "enableMaterializedViews": false, "keysMetadata": { "primaryMasterKey": { From 626121778d34474b78e255ef7ec0fb2b2f3d4a90 Mon Sep 17 00:00:00 2001 From: Richa Sharma Date: Sat, 15 Oct 2022 21:37:12 +0530 Subject: [PATCH 5/5] Update CosmosDBDatabaseAccountPatch.json --- .../examples/CosmosDBDatabaseAccountPatch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountPatch.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountPatch.json index b889431f593e..e8bdf058c2bc 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountPatch.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-11-15-preview/examples/CosmosDBDatabaseAccountPatch.json @@ -60,7 +60,8 @@ "diagnosticLogSettings": { "enableFullTextQuery": "True" }, - "enablePartitionMerge": true + "enablePartitionMerge": true, + "enableBurstCapacity": true, } } }, @@ -188,6 +189,7 @@ "enableFullTextQuery": "True" }, "enableMaterializedViews": false, + "enableBurstCapacity": true, "keysMetadata": { "primaryMasterKey": { "generationTime": "2022-02-25T20:30:11Z"