az cosmosdb sql container create is missing the url-connection parameter #28000
Labels
Auto-Assign
Auto assign by bot
CosmosDB
az cosmosdb
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Service Attention
This issue is responsible by Azure service team.
Related command
az cosmosdb sql container create
Description
We have a script that creates the CosmosDB containers for our different environments, but we have to use the previous deprecated az command to be able to create our local testing environment to be able to connect to the CosmosDb Emulator, because the new one doesn't have the option to change the url connection.
Lately we came with the need of one of the new features of the new command, to be able to add a unique key to our container, so, we had to swith to an SDK and a custom implementation instead.
Proposed solution
Add the url-connection to the new Azure command as the deprecated command had.
Current alternatives
Our alternatives right now are using the go SDK and the deprecated command instead.
The text was updated successfully, but these errors were encountered: