-
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
az ml ... command in Dev Ops does not install extension #18258
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github. Issue DetailsDescribe the bug To Reproduce
The error given is:
Expected behavior Environment summary
Additional context
|
route to service team |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @lostmygithubaccount. Issue DetailsDescribe the bug To Reproduce
The error given is:
Expected behavior Environment summary
Additional context
|
hi @mwebb4, Azure ML has recently release the 2.0 CLI (article on that here): https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-cli the default for the |
Yes, I've since found that workaround. |
For sure. Per the original post, the Dev Ops build agents only generate the error: |
Hi @mwebb4. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “ |
Hi @mwebb4, since you haven’t asked that we “ |
Describe the bug
As I understand from the docs (and as has been working up until sometime around last week), the CLI is supposed to automatically install the
ml
extension when it sees a command that references is. Within the Dev Ops pipeline, this must usually be prefaced by a config setting allowing for an install without prompt. This has been working for us for some time. However, recently, I’m getting a lot of errors indicating a different behavior. Specifically, the CLI appears unable to recognize commands beginningaz ml
and will not install the extension (with or without the no_prompt preface). A minimal example of the error is below:To Reproduce
This pipeline
.yml
file below (with names omitted) will produce an unexpected error:The error given is:
Expected behavior
The expected behavior is that the pipeline build agent will install the
ml
extension and execute the command. This was working until recently.Environment summary
We are executing the above
.yml
file within Dev Ops on a MS build agent. The initial output from the Run is:Additional context
The above command was working in previous Pipelines. Has something changed?
The text was updated successfully, but these errors were encountered: