Azure / Azure/azure-cli-extensions
Returning a list as opposed to a dict while authoring an extension
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues)
### Related command
While authoring a new extension I am running into this issue here :

### Extension name (the extension in question)
Hybrid-Compute
My extension returns a list, however the expected value here is a dictionary. The swagger is specification here (https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hybridcompute/resource-manager/Microsoft.HybridCompute/stable/2022-11-10/HybridCompute.json) is also specified for a list. How do I resolve this issue?
-----
Contributor guide
Assessment
This issue has not been assessed yet.