Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexandair opened this issue Jul 27, 2024 · 1 comment

Comments

@alexandair
Copy link
Contributor

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 alexandair added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Jul 27, 2024
@timayabi2020
Copy link
Contributor

@CarolKigoonya

@timayabi2020 timayabi2020 added PM: Review and removed status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants