Azure / azure-cli

Azure Command-Line Interface
MIT License
4.01k stars 2.98k forks source link

Filetype include/ exclude in az storage file download-batch #24802

Open lucajung opened 1 year ago

lucajung commented 1 year ago

Related command

az storage file download-batch az storage file download

Is your feature request related to a problem? Please describe.

The --pattern argument makes it really hard to exclude multiple filetypes. For example excluding .png files result in --pattern *.[!p][!n][!g]. Excluding more than one filetype is even more complex.

Describe the solution you'd like

Some kind of black/ whitelisting filetypes would be a more intuitive solution e.g. --exclude "png,jpg,tiff" or --include "xml".

Describe alternatives you've considered

-

Additional context

-

yonzhan commented 1 year ago

@evelyn-ys for awareness

ghost commented 1 year ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

Issue Details
**Related command** az storage file download-batch az storage file download **Is your feature request related to a problem? Please describe.** The `--pattern` argument makes it really hard to exclude multiple filetypes. For example excluding `.png` files result in `--pattern *.[!p][!n][!g]`. Excluding more than one filetype is even more complex. **Describe the solution you'd like** Some kind of black/ whitelisting filetypes would be a more intuitive solution e.g. `--exclude "png,jpg,tiff"` or `--include "xml"`. **Describe alternatives you've considered** - **Additional context** -
Author: lucajung
Assignees: evelyn-ys
Labels: `Storage`, `Service Attention`, `customer-reported`, `feature-request`, `Auto-Assign`, `Azure CLI Team`
Milestone: Dec 2022 (2023-01-03)
evelyn-ys commented 1 year ago

Need storage service support

derjonny88 commented 1 year ago

Is there any update on that? I am also interested in a solution.

lucajung commented 1 year ago

Is this feature planned for an upcoming release? Can you provide any information?

derjonny88 commented 7 months ago

Are there any updates here? Can we expect this feature reuqest to be implemented? The function would be really helpful...

derjonny88 commented 6 months ago

@calvinhzy: When can we expect it to be realized?

derjonny88 commented 4 months ago

@calvinhzy: When can we expect it to be realized?

???