msgraph-cli
msgraph-cli copied to clipboard
CLI tool for Microsoft Graph based on .NET
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...
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 ```
Add a command to clear the cache used by the CLI in case it's corrupted.
follow Shem's sanity testing document. TODO: - Review Shem's doc and provide action plan on 08/03.
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...
Work to simplify setup in `Program.cs` files.
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...