Azure / azure-cli-extensions

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

remove "Code" column from table view #3444

Closed lostmygithubaccount closed 3 years ago

lostmygithubaccount commented 3 years ago

This is autogenerated. Please review and update as needed.

Describe the bug

image

even on a widescreen monitor, the az ml job list command is not very pretty (see above). I think we should remove the Code column as a simple fix, and more rigorously ensure that our list/show outputs are useful from the CLI. also, this command seems to trigger other az account commands when running az feedback

Command Name az ml job list -r 5 Extension Name: ml. Version: 2.0.0a1.

Errors:

To Reproduce:

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

Expected Behavior

Environment Summary

Linux-5.10.25-linuxkit-x86_64-with-debian-10.9
Python 3.6.10
Installer: DEB

azure-cli 2.24.0

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 ![image](https://user-images.githubusercontent.com/54814569/120088316-0bcbb080-c0a4-11eb-98b8-d0e5cb435b72.png) even on a widescreen monitor, the `az ml job list` command is not very pretty (see above). I think we should remove the `Code` column as a simple fix, and more rigorously ensure that our list/show outputs are useful from the CLI. also, this command seems to trigger other `az account` commands when running `az feedback` **Command Name** `az ml job list -r 5 Extension Name: ml. Version: 2.0.0a1.` **Errors:** ``` ``` ## To Reproduce: Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information. - _Put any pre-requisite steps here..._ - `az ml job list -r {}` ## Expected Behavior ## Environment Summary ``` Linux-5.10.25-linuxkit-x86_64-with-debian-10.9 Python 3.6.10 Installer: DEB azure-cli 2.24.0 Extensions: ml 2.0.0a1 ``` ## Additional Context
Author: lostmygithubaccount
Assignees: -
Labels: `Machine Learning`, `Service Attention`, `extension/ml`, `needs-triage`
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 ![image](https://user-images.githubusercontent.com/54814569/120088316-0bcbb080-c0a4-11eb-98b8-d0e5cb435b72.png) even on a widescreen monitor, the `az ml job list` command is not very pretty (see above). I think we should remove the `Code` column as a simple fix, and more rigorously ensure that our list/show outputs are useful from the CLI. also, this command seems to trigger other `az account` commands when running `az feedback` **Command Name** `az ml job list -r 5 Extension Name: ml. Version: 2.0.0a1.` **Errors:** ``` ``` ## To Reproduce: Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information. - _Put any pre-requisite steps here..._ - `az ml job list -r {}` ## Expected Behavior ## Environment Summary ``` Linux-5.10.25-linuxkit-x86_64-with-debian-10.9 Python 3.6.10 Installer: DEB azure-cli 2.24.0 Extensions: ml 2.0.0a1 ``` ## Additional Context
Author: lostmygithubaccount
Assignees: -
Labels: `ADO`, `ML-MLOps`, `Machine Learning`, `Service Attention`, `extension/ml`
Milestone: -
paulshealy1 commented 3 years ago

Thanks for the feedback! We have some work in progress to update the default set of columns for tabular output.