Open lucajung opened 1 year ago
@evelyn-ys for awareness
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.
Author: | lucajung |
---|---|
Assignees: | evelyn-ys |
Labels: | `Storage`, `Service Attention`, `customer-reported`, `feature-request`, `Auto-Assign`, `Azure CLI Team` |
Milestone: | Dec 2022 (2023-01-03) |
Need storage service support
Is there any update on that? I am also interested in a solution.
Is this feature planned for an upcoming release? Can you provide any information?
Are there any updates here? Can we expect this feature reuqest to be implemented? The function would be really helpful...
@calvinhzy: When can we expect it to be realized?
@calvinhzy: When can we expect it to be realized?
???
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
-