Skip to content

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

@lucajung

Description

@lucajung

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions