az cli storage blob list should show same copy status attributes of az storage blob show
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Is your feature request related to a problem? Please describe.**
To have the same "statuses" that are shown in "az storage blob list" as "az storage blob show". The issue is this, in order to retrieve copy status from async copy, do az storage blob copy start first. however to check the status of the copy if I have multiples or I have batch copy, I need to list out every single blob with "az storage blob show" - with account-name, container-name and name of the blob I would like to see status on. When doing a az storage blob list with account-name, container-name - why can't that command show the current copy status?
**Describe the solution you'd like**
az storage blob list command modified to allow the retrieval of copy status of blobs residing within a storage account/container.
**Describe alternatives you've considered**
I can write a script that does the listing of every single blob, then run that listing through az storage blob show, then taking the output from there, I can query the json output with jq.
**Additional context**
No
Contributor guide
Assessment
This issue has not been assessed yet.