[CosmosDB] API Version 2024-12-01-preview#8323
Conversation
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| cosmosdb sql container throughput | sub group cosmosdb sql container throughput added |
|
Hi @pjohari-ms, |
|
Hi @pjohari-ms, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
Hi @pjohari-ms Release SuggestionsModule: cosmosdb-preview
Notes
|
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@evelyn-ys Does this PR also require anything for merge? Seems like all gates are passing. |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@pjohari-ms Sorry for late response. The PR's CI seems not pass yet. BTW, we can't merge extension PR until 2025-01-06 due to CCOA |
evelyn-ys
left a comment
There was a problem hiding this comment.
If you want to release a new version of your extension, don't forget to update the version and history notes
|
@evelyn-ys Can you re-run the pipelines? The build is unavailable. |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Probably yes. I've re-triggered the CI, pls check the results and decide whether to rebase and re-record |
…BucketingTestRerecord Updated to --throughput-buckets and rerecorded test
|
@evelyn-ys Updated with all recordings. Please restart the gates and merge if working. :) |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@pjohari-ms This PR won't trigger extension auto release since version not updated. If you want to release a new version pls raise another PR |
* Adding custom SDK from azure-rest-api-specs PR * Recordings * Changes to add "sql container throughput" commands * Added throughput type to sql container throughput migrate * Added throughput bucket param * Changes to add "sql container throughput" commands * Added throughput type to sql container throughput migrate * Added throughput bucket param * Removed unused imports * Remaining test recordings * Fixed linters * Fixed examples * Flake8 changes * Updated to --throughput-buckets and rerecorded test * Added final recording --------- Co-authored-by: Achint-Agrawal <45819170+Achint-Agrawal@users.noreply.github.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 azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)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.