-
Notifications
You must be signed in to change notification settings - Fork 1.5k
az storage azcopy blob: allow arbitrary arguments #3104
Copy link
Copy link
Open
Labels
Storagefeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Milestone
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".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Storagefeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.