--output
and --query
global args not working with v2.30.0 on macOS
#20327
Labels
Core
CLI core infrastructure
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Milestone
Describe the bug
Since upgrading to v2.30.0,
--output
and--query
args don't apply anymore.To Reproduce
Result is the same when using
--query
or--output
alone (az extension list-available --query "[?name=='azure-devops'].{Name:name}"
oraz extension list-available --output table
).Expected behavior
$ az extension list-available --query "[?name=='azure-devops'].{Name:name}" --output table Name ------------ azure-devops
Environment summary
brew install azure-cli
Additional context
az extension list-available
command is used as an example, but the issue is present on all other commands.The text was updated successfully, but these errors were encountered: