[Ubuntu] Unpin AzCopy version to latest (#9233)

This commit is contained in:
Erik Bershel
2024-01-26 11:52:45 +01:00
committed by GitHub
parent 237618d14f
commit 17b9f1e582

View File

@@ -8,8 +8,7 @@
source $HELPER_SCRIPTS/install.sh
# Install AzCopy10
# Temporary pin 10.21.2 version of AzCopy until 10.22.0 is fixed
archive_path=$(download_with_retry "https://azcopyvnext.azureedge.net/releases/release-10.21.2-20231106/azcopy_linux_amd64_10.21.2.tar.gz")
archive_path=$(download_with_retry "https://aka.ms/downloadazcopy-v10-linux")
tar xzf "$archive_path" --strip-components=1 -C /tmp
install /tmp/azcopy /usr/local/bin/azcopy