Azure / Azure/azure-cli-extensions

az storage azcopy blob: allow arbitrary arguments

Open
#3,104 1 comment 0 reactions 1 assignee Assigned to @evelyn-ys View on GitHub
feature-request Storage
Dominant language
Python
Stars
454
Forks
1.7k
Avg merge
2d 19h
Merged PRs (30d)
64

Description

### Extension name
storage-preview

### Description of issue

The `az storage azcopy blob` commands support only a limited number of the underlying `azcopy` flags for each command. Currently, to get past that you have to use `az storage azcopy run-command`, but then you lose the automatic connection string / SAS configuration.

### Proposal
Every `az storage azcopy blob` command takes an `--additional-flags` string flag that can be appended to the ones built by the CLI for advanced scenarios. For example, `--additional-flags "--put-md5 true"`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.