-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
CosmosDB - API Version 2024-05-15-preview #7613
Conversation
|
rule | cmd_name | rule_message | suggest_message |
---|---|---|---|
cosmosdb create | cmd cosmosdb create added parameter capacity_mode |
||
cosmosdb create | cmd cosmosdb create update parameter server_version : updated property choices from ['3.2', '3.6', '4.0', '4.2'] to ['3.2', '3.6', '4.0', '4.2', '5.0', '6.0'] |
||
cosmosdb service create | cmd cosmosdb service create added parameter dedicated_gateway_type |
||
cosmosdb update | cmd cosmosdb update added parameter capacity_mode |
||
cosmosdb update | cmd cosmosdb update update parameter server_version : updated property choices from ['3.2', '3.6', '4.0', '4.2'] to ['3.2', '3.6', '4.0', '4.2', '5.0', '6.0'] |
Hi @pjohari-ms, |
Hi @pjohari-ms, |
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
Please fix CI issues |
…ms/azure-cli-extensions into CosmosDB20240515preview
…ngo cluster sdk and update tests.
Add azure_mgmt_mongocluster vendor sdk and update commands.
@evelyn-ys Can you please review the PR and merge? Thanks |
[Release] Update index.json for extension [ cosmosdb-preview ] : https://dev.azure.com/azclitools/release/_build/results?buildId=167619&view=results |
[Release] Update index.json for extension [ cosmosdb-preview ] : https://dev.azure.com/azclitools/release/_build/results?buildId=167746&view=results |
* Added Vendored SDK * Made changes to history.rst and setup.py * adding capacityMode option for CLI commands * adding test recordings * Corrected vendored sdk * Add azure_mgmt_mongocluster vendor sdk. Update commands to use new mongo cluster sdk and update tests. * Distributed Query changes * Fixes and test recordings * Specification bugfix which required re-release of SDK * Added test recordings * Restoring test recordings for CI * Test recordings using new subscription * Changes to tests to make them generic * Pylint * More pylint --------- Co-authored-by: chandrasekhar gunturi <42460664+chandugunturi@users.noreply.github.com> Co-authored-by: Oliver Towers <olivert@microsoft.com>
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.json
automatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json
.