msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Find-MgGraphCommand doesn't recognize a bunch of commands as valid Microsoft Graph PowerShell commands
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_
@CarolKigoonya