Carol Kigoonya

Results 11 issues of Carol Kigoonya

### Discussed in https://github.com/microsoftgraph/msgraph-sdk-powershell/discussions/2010 Originally posted by **glennvanrymenant** May 15, 2023 Would it be possible to add the ability to surface the access token used by the connection (Connect-MgGraph). I...

Request: Feature
Needs: Attention :wave:

Include the PR to ensure the latest version is released to Az CloudShell [CloudShell/linux/powershell/PSCloudShellStartup.ps1 at master · Azure/CloudShell (github.com)](https://github.com/Azure/CloudShell/blob/master/linux/powershell/PSCloudShellStartup.ps1) Packages on AZ CloudShell "Microsoft.Graph.Authentication" "Microsoft.Graph.Users.Actions", "Microsoft.Graph.Users.Functions", "Microsoft.Graph.Groups", "Microsoft.Graph.Identity.DirectoryManagement", "Microsoft.Graph.Identity.Governance", "Microsoft.Graph.Identity.SignIns",...

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

- [ ] https://github.com/microsoftgraph/msgraph-cli/issues/361 - [ ] remove quotes from all --output response options - [ ] request for select property e.g. there is no select property on the mgc...

enhancement
User Experience Enhancement

- [x] allow users to change account for subsequent interactivebrowser logins - [x] #354 - [x] #356 - [x] #352 - [ ] #348

User Experience Enhancement

mgc get-logged-in-user command should allow users to get details about their current session. UserId: xxxxx-xxxx-xxxx-xxxx-xxxxxxx ClientId : xxxxx-xxxx-xxxx-xxxx-xxxxxxx TenantId : xxxxx-xxxx-xxxx-xxxx-xxxxxxx CertificateThumbprint : Scopes : {User.ReadWrite.All, Application.ReadWrite.All...} AuthType : Delegated...

enhancement
ToTriage

Commands that create/update objects require users to pass the object to create as a JSON object. This is inconvenient, because it requires users to manually build these strings and properly...

enhancement

See examples with the repetition striked in red. ![Screenshot (246)](https://github.com/microsoftgraph/msgraph-cli/assets/9033456/073021ca-a5ce-4ccf-bf3b-42c785169454) ![Screenshot (247)](https://github.com/microsoftgraph/msgraph-cli/assets/9033456/2daac796-1923-42a5-a760-5ec81fed4880)

User Experience Enhancement

applications list using Graph CLI takes over 2s (sometimes as much as 3.5s) In comparison, the same command using CLI for Microsoft 365 takes 0.675s **NOTE** Ideally, the CLI should...

User Experience Enhancement

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

enhancement