### Describe the bug Find-MgGraphCommand is unable to find New-MgGroupMember and New-MgBetaGroupMember ```powershell Find-MgGraphCommand -Command "New-MgGroupMember" Find-MgGraphCommand -Command "New-MgBetaGroupMember" ```  ### Expected behavior This should return the commands as seen in the output of the following: ```powershell Get-Command -Name New-MgGroupMember Get-Command -Name New-MgBetaGroupMember ``` ### How to reproduce Run the following two commands in the latest Graph PowerShell: ```powershell Find-MgGraphCommand -Command "New-MgGroupMember" Find-MgGraphCommand -Command "New-MgBetaGroupMember" ``` ### SDK Version 2.25.0 ### Latest version known to work for scenario above? _No response_ ### Known Workarounds Use Get-Command or Learn docs ### Debug output <details><summary>Click to expand log</summary> ``` <Log output here> ``` </details> ### Configuration _No response_ ### Other information _No response_