microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 68 forks source link

An error displays under it after creating a Mongo DB account with "Provisioned Throughput" capacity model and "v3.2" MongoDB version #2258

Open v-xinda opened 5 months ago

v-xinda commented 5 months ago

OS: Win10 Build Version: 20240306.1

Repro Steps:

  1. Create a Mongo DB account with "Provisioned Throughput" capacity model and "v3.2" MongoDB version.
  2. Expand this Mongo DB account.
  3. Chech whether no error displays under the Mongo DB account.

Expect: No error displays under the Mongo DB account.

Actual: An error displays under the Mongo DB account. image

More Info:

  1. Fail to create a Mongo DB account with "Serverless" capacity model and "v3.2" MongoDB version. image image
  2. An error occurs after deleting the above Mongo DB account. image image
Amar-QA commented 5 months ago

Verified this issue on the latest build 20240322.1, the "Provisioned Throughput" MongoDB V3.2 works well. But still fail to create a Mongo DB account with "Serverless" MongoDB V3.2.

Successfully created MongoDB V3.2 account with "Provisioned Throughput": image

Fail to create a Mongo DB account with "Serverless" MongoDB V3.2: image

image

Thank You.