From 17b9f1e58286e666a4c4584efb525859304188b8 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:52:45 +0100 Subject: [PATCH] [Ubuntu] Unpin AzCopy version to latest (#9233) --- images/ubuntu/scripts/build/install-azcopy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/ubuntu/scripts/build/install-azcopy.sh b/images/ubuntu/scripts/build/install-azcopy.sh index 6865db830..640b0a457 100644 --- a/images/ubuntu/scripts/build/install-azcopy.sh +++ b/images/ubuntu/scripts/build/install-azcopy.sh @@ -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