[CosmosDB] Recent features: Autoscale, IpRules, EnableFreeTier and EnableAnalyticalStorage#13985
[CosmosDB] Recent features: Autoscale, IpRules, EnableFreeTier and EnableAnalyticalStorage#13985
Conversation
|
CosmosDB |
* {Docs} Remove stale reference in README to closed issue about extensions (Azure#12771)
* Making shard key optional, to allow fixed collections
Co-authored-by: Daniel Miller <daniel.keegan.miller@gmail.com>
Co-authored-by: Azure CLI Team <AzPyCLI@microsoft.com>
Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
* adding exists command to databases and collections * update descriptions of throughput parameter * re-run tests Co-authored-by: Sam Hurd <sahurd@microsoft.com>
ad082d1 to
abd4c7c
Compare
According to our discussion with Network team, I think server should return this field as well. You can double check with Network team as well. |
|
I have commented the network tests from CosmosDB as well as Network module bcz of this issue: #14194 Will add it back in a future PR, once the issue with Network module is fixed. |
|
@Juliehzl please approve and merge my PR. We are hoping to get it checked in before 7/8 |
|
Ping @Juliehzl |
src/azure-cli/azure/cli/command_modules/cosmosdb/_validators.py
Outdated
Show resolved
Hide resolved
src/azure-cli/azure/cli/command_modules/network/tests/latest/test_private_endpoint_commands.py
Outdated
Show resolved
Hide resolved
|
@Juliehzl I have addressed the comments, please have another look. I havent pushed the updated tests, doing them in few hours. |
Description
This PR introduces:
a. IpRangeFilter changed to IpRules, IpRules is an array of strings.
b. EnableFreeTier, EnableAnalyticalStorage added.
Testing Guide
Unit tests and manual testing
History Notes
[Component Name 1] BREAKING CHANGE: az cosmosdb account create, az cosmosdb account update
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.