-
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
Missing dependency of msrestazure
from azure-cli-core
#20732
Comments
@zhoxing-ms, is this line still valid after we migrate to Track 2 for
|
Good catch! I have submitted a PR #20739 to fix this issue |
msrestazure
from azure-cli-core
Hello, Thank you again! |
Actually we can't, as some SDKs are still on Track 1. Azure CLI needs to catch those |
I see - thank you again for addressing the issue getting back to me - happy to have this closed : ) |
P.S.: Just to mention, I've had one other missing-dependency issue of 'packaging', from here: |
Ah, nice finding. I actually just bumped Just wondering how you are able to find those missing dependencies? 😸 |
Describe the bug
Is there a missing dependency?
To Reproduce
In this code CLoudError is imported from msrestazure: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli-core/azure/cli/core/commands/validators.py#:~:text=from%20msrestazure.azure_exceptions%20import%20CloudError
Expected behavior
Should the 'msrestazure' package be listed as a dependency here: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli-core/setup.py#:~:text=%5D-,DEPENDENCIES%20%3D%20%5B,%5D,-%23%20dependencies%20for%20specific
Environment summary
Additional context
The text was updated successfully, but these errors were encountered: