-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Latest az cli fails to run download-batch command #21966
Comments
storage |
Can you share which pattern you are using? |
Something as simple as "model.onnx". It doesn't matter as far as I can tell, any pattern would fail. This just started to happen today, I was using azure cli in a docker image, I built the image yesterday it was working just fine, today I re-built the docker image the error started to show up. |
Actually
|
If you are giving a blob name as |
@evelyn-ys thanks for the investigation, but I'm afraid that is not the case for me. We've been using the same command for two years in one of our pipeline, and it was just broken today, so it is clear something is wrong in the az cli. |
This is the full command we're using. |
|
I'm not sure if you just need to fix the latest CLI, because I've also tried installing previous versions (which works in the past), and I'm seeing the exactly the same issue. |
When installing previous versions, please make sure all the dependencies of latest version are uninstalled. I'm afraid there's some storage dependency left.
|
For patterns not following the four cases( |
@venkymns for specific blob file, you can use |
What is interesting is that even if I install azure-cli=2.29.2-1~bionic freshly inside the docker image this exact same error would occur, any ideas why? |
I can understand that if the pattern is not working I might end up downloading the wrong files, but the callstack tells me that seems the API has been deleted or some wrong version of dependencies are installed. Are you sure this is related to the bug you are talking about? |
We upgraded the dependency Python SDK and the APIs have changed a lot. For patterns not following |
…hen `--pattern` is blob name (#22072)
I use something like “model.onnx”, but it doesn’t matter as far as I know, any pattern fails for me. And it just happens today after I rebuilt the docker image which reinstalls the azure cli with latest version.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Yishi Wang ***@***.***>
Sent: Wednesday, April 6, 2022 8:38:47 PM
To: Azure/azure-cli ***@***.***>
Cc: Xiangyu Guo ***@***.***>; Author ***@***.***>
Subject: Re: [Azure/azure-cli] Latest az cli fails to run download-batch command (Issue #21966)
Can you share which pattern you are using?
—
Reply to this email directly, view it on GitHub<#21966 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHE74KRU4LCMKWJAUL4UWELVDZKEPANCNFSM5SXQ7C4Q>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
%23%23%23 This is autogenerated. Please review and update as needed.
%23%23 Describe the bug
Command Name
az storage blob download-batch
Errors:
%23%23 To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az storage blob download-batch -d {} -s {} --auth-mode {} --account-name {} --subscription {} --pattern {}
%23%23 Expected Behavior
%23%23 Environment Summary
%23%23 Additional Context
The text was updated successfully, but these errors were encountered: