Azure / azure-cli

Azure Command-Line Interface
MIT License
3.99k stars 2.96k forks source link

More option for "az storage blob list --container-name " #13306

Open kimgoodman opened 4 years ago

kimgoodman commented 4 years ago

az storage blob list --container-name This command only shows item from oldest to newest. Please add option to get the list from newest to oldest. If my container has too many items, it will create a huge string of json in my code. The option --num-results also only returns string from oldest to newest. Meanwhile, I only needs few recently items and those are only at the end of the list. Please note that --prefix doesn't help at all.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

yonzhan commented 4 years ago

add to S170

yonzhan commented 4 years ago

add to S172