microsoftgraph / msgraph-sdk-powershell

Powershell SDK for Microsoft Graph
https://www.powershellgallery.com/packages/Microsoft.Graph
Other
691 stars 165 forks source link

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

Open alexandair opened 1 month ago

alexandair commented 1 month ago

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

Configuration

No response

Other information

No response

timayabi2020 commented 1 month ago

@CarolKigoonya