-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[CosmosDB] Updated to version 2023-03-15-preview #6462
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
|
Hi @SrinikhilReddy, |
|
Hi @SrinikhilReddy, |
|
CosmosDB |
This reverts commit fd9a8b8.
|
Please make sure all CI checks can pass |
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| cosmosdb mongodb database merge | cmd cosmosdb mongodb database merge added |
||
| cosmosdb sql container create | cmd cosmosdb sql container create added |
||
| cosmosdb sql container update | cmd cosmosdb sql container update added |
||
| cosmosdb sql database merge | cmd cosmosdb sql database merge added |
All gates passing please rereview |
evelyn-ys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It shows like you delete all _param.py, commands.py and custom.py and recreate again......
It's really hard to review what you actually changed
Co-authored-by: Yishi Wang <[email protected]>
Hi @evelyn-ys @yonzhan @calvinhzy .. Using this option ignores the white space changes... please re-review. |
src/cosmosdb-preview/azext_cosmosdb_preview/tests/latest/test_cosmosdb-merge-scenario.py
Outdated
Show resolved
Hide resolved
evelyn-ys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to release a new version, pls update the version in setup.py and histroy.rst
|
[Release] Update index.json for extension [ cosmosdb-preview ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=77130&view=results |

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 azdevrequired)python scripts/ci/test_index.py -qlocally?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.jsonautomatically.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.