msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

Find-MgGraphCommand doesn't recognize a bunch of commands as valid Microsoft Graph PowerShell commands

Open alexandair opened this issue 1 year ago • 1 comments

Describe the bug

Find-MgGraphCommand doesn't recognize Connect-MgGraph, Disconnect-MgGraph, and a bunch of other commands as valid Microsoft Graph PowerShell commands.

Expected behavior

It should return info about all these Microsoft Graph commands.

How to reproduce

Find-MgGraphCommand -Command Connect-MgGraph 
Find-MgGraphCommand -Command Disconnect-MgGraph 

Get-Command -Module microsoft.graph.* | foreach { Find-MgGraphCommand -Command $_.name}
...

SDK Version

2.20.0

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_

alexandair avatar Jul 27 '24 22:07 alexandair

@CarolKigoonya

timayabi2020 avatar Jul 30 '24 08:07 timayabi2020