Open marcindulak opened 3 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github.
Author: | marcindulak |
---|---|
Assignees: | - |
Labels: | `Machine Learning`, `Service Attention` |
Milestone: | - |
azure-cli-ml
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @lostmygithubaccount.
Author: | marcindulak |
---|---|
Assignees: | - |
Labels: | `ML-MLOps`, `Machine Learning`, `Service Attention`, `extension/ml` |
Milestone: | - |
@marcindulak why do you need version 1.21.0
? azure-cli-ml
versions are manully updated and they only keep the latest version and an old version that is compatible with older versions of azure-cli
. @j-so for awareness.
The old extension versions are still available at https://azurecliext.blob.core.windows.net/release
Version pinning, of azure-cli
as well, is used for ci as an attempt to minimize potential breaking changes.
For pinning, an explicit installation from an url with az extension add --source
is available https://github.com/Azure/azure-cli-extensions/issues/2992#issuecomment-777849355, but since the az extension add --version
option exists it may support all versions as well.
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 https://github.com/Azure/azure-cli/issues/16856