-
Notifications
You must be signed in to change notification settings - Fork 492
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
Empty results on query for table output #638
Comments
It looks like this is related to a known issue which is considered a feature request (Azure/azure-cli#5434). Because there are multiple values contained within an array, the I'll make sure to update documentation to indicate that these issues are there, and that |
Correction: This is definitely a separate issue! Some fields are filtered out by name. Updated the documentation to reflect this. |
Change table format documentation to be accurate. [#638]
The output format information has been updated to indicate that the |
Are there any special considerations with
-o table
that I should be aware of? Why does this not return any results?az vm list --query "[].{id:id}" -o table
Yet this does:
az vm list --query "[].{id:id}" -o json
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: