msgraph-cli icon indicating copy to clipboard operation
msgraph-cli copied to clipboard

CLI tool for Microsoft Graph based on .NET

Results 41 msgraph-cli issues
Sort by recently updated
recently updated
newest added

This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.

There is a limit in linux that only allow certain amount of bytes in the argument of a single command I'm not sure if this is an issue with my...

enhancement

Opening this here per Seb. Example: https://learn.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=cli#request ```bash // THE CLI IS IN PREVIEW. NON-PRODUCTION USE ONLY mgc users list ```

bug
documentation
ToTriage

Add a command to clear the cache used by the CLI in case it's corrupted.

ToTriage

follow Shem's sanity testing document. TODO: - Review Shem's doc and provide action plan on 08/03.

ToTriage

If I run `.\mgc login`, open browser and provide device code, and I close the login window before providing credentials, the CLI doesn't timeout. I'd expect that the login attempt...

For long running operations, such as creating an external connection schema, we need to return the location header which allows users to check the operation state. Right now, we don’t...

bug
enhancement