Azure / Azure/azure-cli-extensions
Interactive mode doesn't offer "yaml" as a valid value for the output format
Open
extension/interactive
feature-request
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
**Describe the bug**
Interactive mode doesn't offer "yaml" as a valid value for the output format. Drop-down list after typing `--output` or `-o` shows only `json, jsonc, table, tsv`.
**To Reproduce**
```bash
az interactive
az account list -o
```
**Expected behavior**
'yaml' is expected as a valid value for the output format.
**Environment summary**
az version: 2.0.58
On Ubuntu (WSL) and on PowerShell.
Contributor guide
Assessment
This issue has not been assessed yet.