Skip to content

Commit e5f4386

Browse files
committed
update to latest azcopy download link with version 10.27.1
1 parent 5103af8 commit e5f4386

File tree

1 file changed

+3
-2
lines changed
  • src/azure-cli/azure/cli/command_modules/storage/azcopy

1 file changed

+3
-2
lines changed

src/azure-cli/azure/cli/command_modules/storage/azcopy/util.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
STORAGE_RESOURCE_ENDPOINT = "https://storage.azure.com"
2424
SERVICES = {'blob', 'file'}
25-
AZCOPY_VERSION = '10.13.0'
25+
AZCOPY_VERSION = '10.27.1'
2626

2727

2828
class AzCopy:
@@ -56,7 +56,8 @@ def install_azcopy(self, install_location):
5656
install_dir = os.path.dirname(install_location)
5757
if not os.path.exists(install_dir):
5858
os.makedirs(install_dir)
59-
base_url = 'https://azcopyvnext.azureedge.net/release20211027/azcopy_{}_{}_{}.{}'
59+
base_url = 'https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.27.1-20241113/' \
60+
'azcopy_{}_{}_{}.{}'
6061

6162
if self.system == 'Windows':
6263
if platform.machine().endswith('64'):

0 commit comments

Comments
 (0)