-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamfeature-request
Milestone
Description
Related command
Is your feature request related to a problem? Please describe.
Azure CLI internally calls REST APIs to do its job. However, the Azure CLI documentation (both in-tool and online) lacks the information of which REST APIs are called. This can only be retrieved by inspecting the --debug log.
Showing a link to the under API is helpful to tell:
- The output JSON format (no response format for cli calls anywhere in the docs #17332)
- The permission required to call this API (No permission clarification for
az adcommands #22362)
Describe the solution you'd like
Help message should show a link to the underlying REST API.
Describe alternatives you've considered
Document the output JSON format and required permission, but it is very hard to maintain and synchronize with the underlying API.
Additional context
Metadata
Metadata
Assignees
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamfeature-request