Azure / azure-cosmosdb-ads-extension

Azure Data Studio extension for Azure CosmosDB
MIT License
16 stars 10 forks source link

Fix connecting to a Mongo vCore cluster #64

Closed sevoku closed 1 year ago

sevoku commented 1 year ago

When connecting to a Cosmos DB cluster some different connection string parameters are required, such as tls instead of ssl.

When rebuilding the connection info we now distinguish between RU and vCore and set the required parameters accordingly. In addition we don't want to enforce them, if user provided a connection string with a different option for any of these parameters, we just let them.