Skip to content
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 lab vm show' only shows three properties #6089

Closed
ericwolz opened this issue Apr 11, 2018 · 0 comments · Fixed by #6104
Closed

'az lab vm show' only shows three properties #6089

ericwolz opened this issue Apr 11, 2018 · 0 comments · Fixed by #6104
Labels
DevTestLabs Service Attention This issue is responsible by Azure service team.

Comments

@ericwolz
Copy link
Contributor

ericwolz commented Apr 11, 2018

Customer impacted by a regression on getting a DevTestLab VM property.

Basically they were calling “az lab vm show”, and before this change it would return all the VM properties. Now calling “show” only returns three properties (location, name, os type). The customer needs additional properties other than just these three.

The customer command that is failing to get the compute id.

az lab vm show --lab-name "ericwol-dev" -g "ericwol-dev-rg" --name "ericwol-vm" --query "[computeId]"

Note: This also broke the --expand parameter, because there is no way to see the additional expanded properties.

This commit that cause Azure Lab CLI regression
262361e


Environment summary

CLI version 2.0.31

@williexu williexu self-assigned this Apr 11, 2018
@williexu williexu added the Devtestlab az lab label Apr 11, 2018
@bsiegel bsiegel added the Service Attention This issue is responsible by Azure service team. label Sep 26, 2018
@haroldrandom haroldrandom added DevTestLabs Service Attention This issue is responsible by Azure service team. labels Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevTestLabs Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants