-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az storage blob download should support resuming broken downloads #29027
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamStorageaz storageaz storageact-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamStorageaz storageaz storageact-codegen-extensibility-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
Action
az storage blob download -f file-end.vhd --blob-url "<EXPORT_<URL>"Actual behavior
The download has to be restarted from scratch
Expected behavior
The download is resumed by default. Or a new option
--resumesolves this problemsRelated command
az storage blob download
Errors
n-a
Issue script & Debug output
n-a
Expected behavior
The download is resumed by default.
Environment Summary
azure-cli 2.61.0
core 2.61.0
telemetry 1.1.0
Additional context
No response