microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

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. #156

Closed MIchaelMainer closed 2 years ago

MIchaelMainer commented 3 years ago

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