We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5103af8 commit e5f4386Copy full SHA for e5f4386
src/azure-cli/azure/cli/command_modules/storage/azcopy/util.py
@@ -22,7 +22,7 @@
22
23
STORAGE_RESOURCE_ENDPOINT = "https://storage.azure.com"
24
SERVICES = {'blob', 'file'}
25
-AZCOPY_VERSION = '10.13.0'
+AZCOPY_VERSION = '10.27.1'
26
27
28
class AzCopy:
@@ -56,7 +56,8 @@ def install_azcopy(self, install_location):
56
install_dir = os.path.dirname(install_location)
57
if not os.path.exists(install_dir):
58
os.makedirs(install_dir)
59
- base_url = 'https://azcopyvnext.azureedge.net/release20211027/azcopy_{}_{}_{}.{}'
+ base_url = 'https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.27.1-20241113/' \
60
+ 'azcopy_{}_{}_{}.{}'
61
62
if self.system == 'Windows':
63
if platform.machine().endswith('64'):
0 commit comments