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
Related command
az storage file download-batch
az storage file download
Is your feature request related to a problem? Please describe.
The
--patternargument makes it really hard to exclude multiple filetypes. For example excluding.pngfiles 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