-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blob Copy Start doesn't work anymore on 2.25.0 #18539
Comments
storage |
Hi @heavenlyren, could you use |
fixed in PR #18730 |
Hi @Juliehzl Has this been fixed in 2.26.0 ? |
The fix will be available in a hotfix version 2.25.1. |
Describe the bug
It returns 'NoneType is not callable'
To Reproduce
az storage blob copy start --source-blob blob.vhd --source-container vhds --account-name storageaccountname1 --account-key accountkey1 --destination-blob blob.vhd --source-account-name storageaccountname2 --source-account-key accountkey2 --destination-container vhds
Expected behavior
to copy the vhds to the destination
Environment summary
az cli 2.25.0
The text was updated successfully, but these errors were encountered: