-
Notifications
You must be signed in to change notification settings - Fork 1.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
[azure-cli-ml] az extension add --name azure-cli-ml --version does not find most older extension versions #3064
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github. Issue Details
Extension name (the extension in question)azure-cli-ml Description of issue (in as much detail as possible)Describe the bug It seems like To Reproduce
Installing the latest extension using the
Expected behavior The old versions are installable using the Environment summary
Additional context Most old extension versions are missing as candidates in the debug output
The installation of the other available version
|
azure-cli-ml |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @lostmygithubaccount. Issue Details
Extension name (the extension in question)azure-cli-ml Description of issue (in as much detail as possible)Describe the bug It seems like To Reproduce
Installing the latest extension using the
Expected behavior The old versions are installable using the Environment summary
Additional context Most old extension versions are missing as candidates in the debug output
The installation of the other available version
|
@marcindulak why do you need version |
The old extension versions are still available at https://azurecliext.blob.core.windows.net/release Version pinning, of For pinning, an explicit installation from an url with |
Extension name (the extension in question)
azure-cli-ml
Description of issue (in as much detail as possible)
Describe the bug
It seems like
az extension add --name azure-cli-ml --version
does not find most older extension versions.To Reproduce
Installing the latest extension using the
--version
value worksExpected behavior
The old versions are installable using the
--version
parameter.Environment summary
Additional context
Most old extension versions are missing as candidates in the debug output
The installation of the other available version
az extension add --name azure-cli-ml --version 1.5.0
fails due to a different issue Azure/azure-cli#16856The text was updated successfully, but these errors were encountered: