[storage-blob-preview] `az storage blob download`: Allow downloading to stdout for pipe support
Feature requested by https://github.com/Azure/azure-cli/issues/16925
--file used to be required as local file path for az storage blob download.
This PR allows downloading blob content to stdout for pipe support when no --file specified.
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
- [ ] Have you run
azdev style <YOUR_EXT>locally? (pip install azdevrequired) - [ ] Have you run
python scripts/ci/test_index.py -qlocally?
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 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.
storage-blob-preview
Ran into this use case today - it would be nice if this PR could be finalized and merged.