You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: