azure-cli-extensions icon indicating copy to clipboard operation
azure-cli-extensions copied to clipboard

{storage-preview} Add support for queue service using track2 sdk

Open evelyn-ys opened this issue 4 years ago • 1 comments

Add az storage queue command group and its sub command groups using Python sdk track2 Add az storage message command group using Python sdk track2

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • [x] Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • [x] Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update src/index.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

evelyn-ys avatar Nov 06 '20 02:11 evelyn-ys

storage-preview

yonzhan avatar Nov 06 '20 10:11 yonzhan