-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[cosmosdb-preview] Add support for new api version 2024-02-15-preview #7271
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
❌Azure CLI Extensions Breaking Change Test
|
|
Hi @carjackson-msft, |
|
cosmosdb-preview |
(cherry picked from commit a28144517ad4022098561e83d8607c93933dd36c)
(cherry picked from commit 3d721cb) (cherry picked from commit f4e6f01f99eb1299e8c536423f074e9832b71e16)
…toscale cli changes for PRPP
Online container copy
… add remaining asserts, rerecordings
…th_ttl_disabled Introduce disable_ttl parameter
|
Please fix CI issues |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 7271 in repo Azure/azure-cli-extensions |
|
Hi @yonzhan, can you please help in triggering CLI checks to run? Seems I do not have sufficient privileges. |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Please fix CI failure on style check |
Hi @evelyn-ys, is the style check required? According to the pipeline "This task does not block the PR merge." I also ran the azdev style check locally and don't see any errors: I took a look at the errors in the pipeline, they seem to be for existing tests/changes. Given this is not a required check, can we disregard? |
|
Pls upgrade your local |
|
@evelyn-ys style has been fixed. |
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.
Please update the version in HISTORY.rst to align with the version in setup.py
|
Hi @evelyn-ys, this has been fixed. Can we please merge this? |
|
[Release] Update index.json for extension [ cosmosdb-preview ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=140834&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? (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.