microsoftgraph/msgraph-cli-archived

User story: As a user, if I don't already have the required permission to make a call, the CLI will request it for me so I can consent to it.

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
Azure CLI allows us to make calls seamlessly without consenting to scopes. MS Graph CLI requires scopes. If I don't already have the required scope, I need to research it.

Describe the solution you'd like
MS Graph CLI uses the DevX API to get scopes when we don't have the required scope in the CLI
AB#10124