Skip to content

Commit a7ced2b

Browse files
authored
Update the default AZCOPY_VERSION to 10.28.0
1 parent 549a733 commit a7ced2b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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.28.0'
2626

2727

2828
class AzCopy:

0 commit comments

Comments
 (0)