Unable to use table
output when querying az command results
#20469
Labels
ARM
az resource/group/lock/tag/deployment/policy/managementapp/account management-group
Core
CLI core infrastructure
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Milestone
This is autogenerated. Please review and update as needed.
Describe the bug
I am unable to return table output when querying az commands.
az group list -o table
returns the errorTable output unavailable. Use the --query option to specify an appropriate query. Use --debug for more info.
.I am using the
azure-cli
in normal mode (not interactive mode). I found a closed issue #14634 relating to the same problem in the interactive shell.I am also experiencing another issue running commands which are returning an error #20444. I am not sure if these are related or not.
I have run
brew doctor
yielding no results specific to the azure-cli (or anything seemingly related)I have also uninstalled and reinstalled azure-cli via homebrew. And uninstalled, ran
brew cleanup -s
and evenrm -rf $(brew --cache)
before re-install and am getting the same error.Command Name
az group list -o table
or just any command querying to the table outputErrors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
-o table
flagExpected Behavior
the command should output to the table format (which it does in the cloud shell)
Environment Summary
Additional Context
Table output runs as expected in the cloud shell for the same commands I am trying from my local terminal.
The text was updated successfully, but these errors were encountered: