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
az interactive
az account list -o<SPACE>
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.