Add az interactive mode support for extensions
Open
act-codegen-extensibility-squad
customer-reported
feature-request
Interactive
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
az interactive is very helpful providing command and parameters suggestions for commands included in cli. As I understand this doesn't work for commands added by extensions.
For example I've added azure-cli-iot-ext to use command monitor-events:
az extension add --name azure-cli-iot-ext
az iot hub monitor-events --hub-name myiothub
New command became available for invocation but az interactive mode doesn't show suggestions for this new command and its parameters. See attached screenshot:

Contributor guide
Assessment
This issue has not been assessed yet.