msgraph-cli
msgraph-cli copied to clipboard
CLI tool for Microsoft Graph based on .NET
Option 1: Use a command option e.g --show-scopes *better approach to leverage on DevX API for permissions Option 2: Include the permissions in the help section. *this approach may increase...
[debug.txt](https://github.com/microsoftgraph/msgraph-cli/files/12743474/debug.txt) This is a usability issue. The first 3 instances of scope on show the .default scope. It isn't until we get to the 4th instance do we find the...
Consider appending the `Find more info here:` to the description. Suggestion is to go from: **Original layout** ```txt create Create a new user object. Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0 list...
Build ARM versions of the CLI - Windows - [ ] ARM - [ ] ARM64 - Mac - [x] ARM64 - Linux - [ ] ARM - [ ]...
This tracks alignment with PowerShell to accept an access token for login. Should be investigated and aligned with PM for whether we should do it.
Hi, Not sure if this is the correct area to ask about this issue. Please advise where I can submit this ticket. When using the Microsoft Graph API to query...
Currently, the `gnome-keyring` secret service provider is used to provide encryption support to `libsecret`. However, it requires the additional `CAP_IPC_LOCK` Linux capability to work [see gkd-capability.c](https://github.com/GNOME/gnome-keyring/blob/master/daemon/gkd-capability.c#L55-L63). This means that users...
### Is your feature request related to a problem? Please describe the problem. I am trying to upload a large file in chunks. Calling mgc with parameters ` drives items...
I don't want to spend a day trying to find the right place to file the bug, but looks like whatever `msgraph-cli` uses does sanitize the HTTP Header values properly....