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
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]"
The text was updated successfully, but these errors were encountered:
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
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
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]"
The text was updated successfully, but these errors were encountered: