Azure / azure-cli-extensions

Public Repository for Extensions of Azure CLI.
https://docs.microsoft.com/en-us/cli/azure
MIT License
382 stars 1.23k forks source link

`az ml job create` fails with non-descriptive error message #3436

Closed lostmygithubaccount closed 3 years ago

lostmygithubaccount commented 3 years ago

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name az ml job create Extension Name: ml. Version: 2.0.0a1.

Errors:

image

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

git clone https://github.com/Azure/azureml-examples
gh pr checkout 542
cd cli
az ml job create -f jobs/train/r/accident-prediction/accident_r_job.yml

Expected Behavior

more descriptive error message

Environment Summary

Linux-5.4.0-1047-azure-x86_64-with-debian-bullseye-sid
Python 3.6.10
Installer: DEB

azure-cli 2.22.1 *

Extensions:
ml 2.0.0a1

Additional Context

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github.

Issue Details
### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az ml job create Extension Name: ml. Version: 2.0.0a1.` **Errors:** ![image](https://user-images.githubusercontent.com/54814569/119680259-ddc14480-bdf5-11eb-98ff-9bf704441950.png) ## To Reproduce: Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information. ``` git clone https://github.com/Azure/azureml-examples gh pr checkout 542 cd cli az ml job create -f jobs/train/r/accident-prediction/accident_r_job.yml ``` ## Expected Behavior more descriptive error message ## Environment Summary ``` Linux-5.4.0-1047-azure-x86_64-with-debian-bullseye-sid Python 3.6.10 Installer: DEB azure-cli 2.22.1 * Extensions: ml 2.0.0a1 ``` ## Additional Context
Author: lostmygithubaccount
Assignees: -
Labels: `Machine Learning`, `Service Attention`, `extension/ml`
Milestone: -
yonzhan commented 3 years ago

route to service team

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @lostmygithubaccount.

Issue Details
### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az ml job create Extension Name: ml. Version: 2.0.0a1.` **Errors:** ![image](https://user-images.githubusercontent.com/54814569/119680259-ddc14480-bdf5-11eb-98ff-9bf704441950.png) ## To Reproduce: Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information. ``` git clone https://github.com/Azure/azureml-examples gh pr checkout 542 cd cli az ml job create -f jobs/train/r/accident-prediction/accident_r_job.yml ``` ## Expected Behavior more descriptive error message ## Environment Summary ``` Linux-5.4.0-1047-azure-x86_64-with-debian-bullseye-sid Python 3.6.10 Installer: DEB azure-cli 2.22.1 * Extensions: ml 2.0.0a1 ``` ## Additional Context
Author: lostmygithubaccount
Assignees: -
Labels: `ADO`, `ML-MLOps`, `Machine Learning`, `Service Attention`, `extension/ml`
Milestone: -
needuv commented 3 years ago

We have made file not found errors a bit more specific to say for which entity the file could not be found. Let us know if you think we need to make things more specific.