-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[storage-blob-preview] Clear out-of-date commands #6161
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 @MoChilia, |
|
storage-blob-preview |
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.
Don't forget to upgrade the version in setup.py and history.rst to trigger auto release
|
[Release] Update index.json for extension [ storage-blob-preview ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=53075&view=results |
Description
Remove
az storge blob download/exist/metadata show/metadata update/snapshot/undelete/upload/upload-batch/download-batch/delete-batch/copy start/copy start-batch/query/set-legal-hold/immutability-policy set/immutability-policy delete,az storage blob lease acquire/break/change/renew/release,az storage blob service-properties delete-policy show/update,az storage blob service-properties show,az storage container list/restore.This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az storge blob downloadaz storge blob existaz storge blob metadata showaz storge blob metadata updateaz storge blob metadata snapshotaz storge blob undeleteaz storge blob uploadaz storge blob upload-batchaz storge blob download-batchaz storge blob delete-batchaz storge blob copy startaz storge blob copy start-batchaz storge blob queryaz storge blob set-legal-holdaz storge blob immutability-policy setaz storge blob immutability-policy deleteaz storage blob lease acquire/break/change/renew/releaseaz storage blob service-properties delete-policy show/updateaz storage blob service-properties showaz storage container list/restoreGeneral 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.