From b92c02202b00171eb474ae25b2799c3852e65e80 Mon Sep 17 00:00:00 2001 From: Richa Sharma Date: Thu, 18 Jul 2024 17:03:24 +0530 Subject: [PATCH 1/2] modified description of burst capacity feature --- .../Microsoft.DocumentDB/stable/2023-09-15/cosmos-db.json | 6 +++--- .../Microsoft.DocumentDB/stable/2023-11-15/cosmos-db.json | 6 +++--- .../Microsoft.DocumentDB/stable/2024-05-15/cosmos-db.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-09-15/cosmos-db.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-09-15/cosmos-db.json index e9c2fa63c576..0a074ad9a025 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-09-15/cosmos-db.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-09-15/cosmos-db.json @@ -7031,7 +7031,7 @@ "$ref": "#/definitions/MinimalTlsVersion" }, "enableBurstCapacity": { - "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "description": "Flag to indicate enabling/disabling of Burst Capacity feature on the account", "type": "boolean" }, "customerManagedKeyStatus": { @@ -7190,7 +7190,7 @@ "$ref": "#/definitions/MinimalTlsVersion" }, "enableBurstCapacity": { - "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "description": "Flag to indicate enabling/disabling of Burst Capacity feature on the account", "type": "boolean" }, "customerManagedKeyStatus": { @@ -7373,7 +7373,7 @@ "$ref": "#/definitions/MinimalTlsVersion" }, "enableBurstCapacity": { - "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "description": "Flag to indicate enabling/disabling of Burst Capacity feature on the account", "type": "boolean" }, "customerManagedKeyStatus": { diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-11-15/cosmos-db.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-11-15/cosmos-db.json index 3099c62c63bf..f49127859c4c 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-11-15/cosmos-db.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2023-11-15/cosmos-db.json @@ -7031,7 +7031,7 @@ "$ref": "#/definitions/MinimalTlsVersion" }, "enableBurstCapacity": { - "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "description": "Flag to indicate enabling/disabling of Burst Capacity feature on the account", "type": "boolean" }, "customerManagedKeyStatus": { @@ -7189,7 +7189,7 @@ "$ref": "#/definitions/MinimalTlsVersion" }, "enableBurstCapacity": { - "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "description": "Flag to indicate enabling/disabling of Burst Capacity feature on the account", "type": "boolean" }, "customerManagedKeyStatus": { @@ -7371,7 +7371,7 @@ "$ref": "#/definitions/MinimalTlsVersion" }, "enableBurstCapacity": { - "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "description": "Flag to indicate enabling/disabling of Burst Capacity feature on the account", "type": "boolean" }, "customerManagedKeyStatus": { diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/cosmos-db.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/cosmos-db.json index 509eaec49551..e4743f826f78 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/cosmos-db.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/stable/2024-05-15/cosmos-db.json @@ -7031,7 +7031,7 @@ "$ref": "#/definitions/MinimalTlsVersion" }, "enableBurstCapacity": { - "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "description": "Flag to indicate enabling/disabling of Burst Capacity feature on the account", "type": "boolean" }, "customerManagedKeyStatus": { @@ -7189,7 +7189,7 @@ "$ref": "#/definitions/MinimalTlsVersion" }, "enableBurstCapacity": { - "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "description": "Flag to indicate enabling/disabling of Burst Capacity feature on the account", "type": "boolean" }, "customerManagedKeyStatus": { @@ -7371,7 +7371,7 @@ "$ref": "#/definitions/MinimalTlsVersion" }, "enableBurstCapacity": { - "description": "Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account", + "description": "Flag to indicate enabling/disabling of Burst Capacity feature on the account", "type": "boolean" }, "customerManagedKeyStatus": { From 3b5f02387cc44e429d3b4704501ae9c6a9207fdf Mon Sep 17 00:00:00 2001 From: Richa Sharma Date: Mon, 22 Jul 2024 11:35:47 +0530 Subject: [PATCH 2/2] added keyvaultkeyuri to cSpell --- cSpell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cSpell.json b/cSpell.json index 31c72a30b653..064db296adb3 100644 --- a/cSpell.json +++ b/cSpell.json @@ -1176,6 +1176,7 @@ { "filename": "**/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/**/*.json", "words": [ + "keyvaultkeyuri", "throughputpool" ] },