azure-cli-extensions
azure-cli-extensions copied to clipboard
[cosmosdb-preview] Add support for new api version 2024-02-15-preview
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
- [x] Have you run
azdev style <YOUR_EXT>locally? (pip install azdevrequired) - [x] Have you run
python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required) - [x] My extension version conforms to the Extension version schema
For new extensions:
- [ ] My extension description/summary conforms to the Extension Summary Guidelines.
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.
❌Azure CLI Extensions Breaking Change Test
❌cosmosdb-preview
rule cmd_name rule_message suggest_message ❌ 1007 - ParaRemove cosmosdb create cmd cosmosdb createremoved parameterenable_public_networkplease add back parameter enable_public_networkfor cmdcosmosdb create❌ 1007 - ParaRemove cosmosdb restore cmd cosmosdb restoreremoved parameterenable_public_networkplease add back parameter enable_public_networkfor cmdcosmosdb restore❌ 1007 - ParaRemove cosmosdb update cmd cosmosdb updateremoved parameterenable_public_networkplease add back parameter enable_public_networkfor cmdcosmosdb update⚠️ 1001 - CmdAdd cosmosdb copy complete cmd cosmosdb copy completeadded⚠️ 1006 - ParaAdd cosmosdb copy create cmd cosmosdb copy createadded parametermode⚠️ 1006 - ParaAdd cosmosdb create cmd cosmosdb createadded parameterenable_partition_merge⚠️ 1006 - ParaAdd cosmosdb create cmd cosmosdb createadded parameterenable_prpp_autoscale⚠️ 1006 - ParaAdd cosmosdb create cmd cosmosdb createadded parameterpublic_network_access⚠️ 1006 - ParaAdd cosmosdb gremlin database restore cmd cosmosdb gremlin database restoreadded parameterdisable_ttl⚠️ 1009 - ParaPropRemove cosmosdb gremlin database restore cmd cosmosdb gremlin database restoreupdate parameterrestore_timestamp: removed propertyrequired=True⚠️ 1006 - ParaAdd cosmosdb gremlin graph restore cmd cosmosdb gremlin graph restoreadded parameterdisable_ttl⚠️ 1009 - ParaPropRemove cosmosdb gremlin graph restore cmd cosmosdb gremlin graph restoreupdate parameterrestore_timestamp: removed propertyrequired=True⚠️ 1006 - ParaAdd cosmosdb mongodb collection restore cmd cosmosdb mongodb collection restoreadded parameterdisable_ttl⚠️ 1009 - ParaPropRemove cosmosdb mongodb collection restore cmd cosmosdb mongodb collection restoreupdate parameterrestore_timestamp: removed propertyrequired=True⚠️ 1006 - ParaAdd cosmosdb mongodb database restore cmd cosmosdb mongodb database restoreadded parameterdisable_ttl⚠️ 1009 - ParaPropRemove cosmosdb mongodb database restore cmd cosmosdb mongodb database restoreupdate parameterrestore_timestamp: removed propertyrequired=True⚠️ 1006 - ParaAdd cosmosdb restore cmd cosmosdb restoreadded parameterdisable_ttl⚠️ 1006 - ParaAdd cosmosdb restore cmd cosmosdb restoreadded parameterpublic_network_access⚠️ 1006 - ParaAdd cosmosdb sql container restore cmd cosmosdb sql container restoreadded parameterdisable_ttl⚠️ 1009 - ParaPropRemove cosmosdb sql container restore cmd cosmosdb sql container restoreupdate parameterrestore_timestamp: removed propertyrequired=True⚠️ 1006 - ParaAdd cosmosdb sql database restore cmd cosmosdb sql database restoreadded parameterdisable_ttl⚠️ 1009 - ParaPropRemove cosmosdb sql database restore cmd cosmosdb sql database restoreupdate parameterrestore_timestamp: removed propertyrequired=True⚠️ 1006 - ParaAdd cosmosdb table restore cmd cosmosdb table restoreadded parameterdisable_ttl⚠️ 1009 - ParaPropRemove cosmosdb table restore cmd cosmosdb table restoreupdate parameterrestore_timestamp: removed propertyrequired=True⚠️ 1006 - ParaAdd cosmosdb update cmd cosmosdb updateadded parameterenable_partition_merge⚠️ 1006 - ParaAdd cosmosdb update cmd cosmosdb updateadded parameterenable_prpp_autoscale⚠️ 1006 - ParaAdd cosmosdb update cmd cosmosdb updateadded parameterpublic_network_access⚠️ 1008 - ParaPropAdd managed-cassandra cluster deallocate cmd managed-cassandra cluster deallocateupdate parameterforce: added propertydefault=false
Hi @carjackson-msft, Please write the description of changes which can be perceived by customers into HISTORY.rst. If you want to release a new extension version, please update the version in setup.py as well.
cosmosdb-preview
Please fix CI issues.
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
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 azdev to latest version and run azdev style again. Or you can check the failure details in CI logs
@evelyn-ys style has been fixed.
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