Is your feature request related to a problem? Please describe.
Currently, "az pipelines runs artifact download --artifact-name [artifact-name]" downloads all files in [artifact-name].
If there is a large number / size of files in [artifact-name], and we only need one or some of them, this can be very time and bandwidth consuming.
Describe the solution you'd like
Capability to only download files that match a specified pattern,
For example (adding a --pattern argument):
az pipelines runs artifact download --artifact-name [artifact-name] --path [output-path] --run-id [run-id] --pattern [pattern]
I have a proposed solution in mpeck12@37d7379
Is your feature request related to a problem? Please describe.
Currently, "az pipelines runs artifact download --artifact-name [artifact-name]" downloads all files in [artifact-name].
If there is a large number / size of files in [artifact-name], and we only need one or some of them, this can be very time and bandwidth consuming.
Describe the solution you'd like
Capability to only download files that match a specified pattern,
For example (adding a --pattern argument):
az pipelines runs artifact download --artifact-name [artifact-name] --path [output-path] --run-id [run-id] --pattern [pattern]
I have a proposed solution in mpeck12@37d7379