79673051

Date: 2025-06-20 08:16:14
Score: 1
Natty:
Report link

The trick is to use --output tsv in combination with --query then you don't need grep and cut as suggested by https://stackoverflow.com/a/55485500/1080523

Example:

> az account list --query '[].state' --output tsv
Enabled
Enabled
Enabled
Enabled
Enabled

Issue: https://github.com/Azure/azure-cli/issues/7098

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: rethab