[storage copy] Update the default AZCOPY_VERSION
to 10.28.0
#30889
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related command
az storage copy
Description
By default, when the
azcopy
binary is missing, theaz storage copy
command would download the1.13.0
version ofazcopy
. That version is outdated and missing several fixes, compared to the latest one (10.28.0
). This PR updates the default version to `10.28.0Testing Guide
With a brand new environment, do:
Now, the
azcopy
binary should have been downloaded to the az cli binary directory (~/.azure/bin/azcopy
by default)~/.azure/bin/azcopy --version
This should output:
azcopy version 10.28.0
This 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.