-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storage] az storage blob sync
: Add positional argument extra_options
to pass through options to azcopy
#26127
Conversation
️✔️acr
️✔️acs
️✔️advisor
️✔️ams
️✔️apim
️✔️appconfig
️✔️appservice
️✔️aro
️✔️backup
️✔️batch
️✔️batchai
️✔️billing
️✔️botservice
️✔️cdn
️✔️cloud
️✔️cognitiveservices
️✔️config
️✔️configure
️✔️consumption
️✔️container
️✔️core
️✔️cosmosdb
️✔️databoxedge
️✔️dla
️✔️dls
️✔️dms
️✔️eventgrid
️✔️eventhubs
️✔️feedback
️✔️find
️✔️hdinsight
️✔️identity
️✔️iot
️✔️keyvault
️✔️kusto
️✔️lab
️✔️managedservices
️✔️maps
️✔️marketplaceordering
️✔️monitor
️✔️netappfiles
️✔️network
️✔️policyinsights
️✔️privatedns
️✔️profile
️✔️rdbms
️✔️redis
️✔️relay
️✔️resource
️✔️role
️✔️search
️✔️security
️✔️servicebus
️✔️serviceconnector
️✔️servicefabric
️✔️signalr
️✔️sql
️✔️sqlvm
️✔️storage
️✔️synapse
️✔️telemetry
️✔️util
️✔️vm
|
Hi @MichaelWhi, |
Thank you for your contribution MichaelWhi! We will review the pull request and get back to you soon. |
Storage |
@MichaelWhi Thanks for contributing. From CLI design perspective, we would like to add positional argument to pass through parameters to azcopy instead of copy azcopy specific argument to cli. Similar change from #20702 for your reference |
… to pass through options to azcopy. similar to Azure#20702
c5b662e
to
bd3e251
Compare
Thanks @evelyn-ys for your review and comment! |
az storage blob sync
: Add positional argument extra_options to pass through options to azcopy
az storage blob sync
: Add positional argument extra_options to pass through options to azcopyaz storage blob sync
: Add positional argument extra_options
to pass through options to azcopy
…ns to pass through options to azcopy. similar to Azure#20702 (Azure#26127) Co-authored-by: Michael Whittaker <[email protected]>
Related command
az storage blob sync ... -- --cap-mbps=1.0
Description
Adds positional argument extra_options with experimental tag for flexibility, e.g. for setting an upload bandwith limit, for the blob sync command, that then will be passed to
azcopy
. similar to #20702This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.
--> the underlying command (azcopy) will give an error if the cap-mbps value is not a number.