-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[CosmosDB] Recent features: Autoscale, IpRules, EnableFreeTier and EnableAnalyticalStorage #13985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <[email protected]>
Co-authored-by: Azure CLI Team <[email protected]>
Co-authored-by: Meha Kaushik <[email protected]>
* adding exists command to databases and collections * update descriptions of throughput parameter * re-run tests Co-authored-by: Sam Hurd <[email protected]>
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.