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

output format: 'tsv' format doesn't work when --query is used for projection #144

Closed
yugangw-msft opened this issue Apr 21, 2016 · 1 comment

Comments

@yugangw-msft
Copy link
Contributor

Want to produce list of lines with "group-id and state" so to pipe to other commands say "grep".
Default output is "list", which is no good per #134, if I use "tsv", the output is multiple lines of "2", clearly wrong

az resource group list --query "[*].[name,properties.provisioningState]"
@yugangw-msft yugangw-msft changed the title output format: need 'text' support or fix 'tsv' output format: 'tsv' format doesn't work when --query is used to simplify fields in output Apr 21, 2016
@yugangw-msft yugangw-msft changed the title output format: 'tsv' format doesn't work when --query is used to simplify fields in output output format: 'tsv' format doesn't work when --query is used for projection Apr 21, 2016
@johanste
Copy link
Member

Fixed by #143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants