msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
PowerShell Documentation $outFileId param doesn't exist
Original issue filed here https://github.com/microsoftgraph/microsoft-graph-docs/issues/17967
Get-MgUserTransitiveMemberOf -UserId $userId -OutFile $outFileId -> the parameter "OutFile" doesn't exist for the module
I see Graph Explorer renders the same snippets as docs. However, this parameter isn't documented in the cmdlet reference.
Kindly assist to resolve this and refresh the snippets if required.
cc @t0w0ru, @msewaweru for visibility.
Original issue filed here microsoftgraph/microsoft-graph-docs-contrib#1920
Get-MgUserTransitiveMemberOf -UserId $userId -OutFile $outFileId -> the parameter "OutFile" doesn't exist for the module
I see Graph Explorer renders the same snippets as docs. However, this parameter isn't documented in the cmdlet reference.
Kindly assist to resolve this and refresh the snippets if required.
cc @t0w0ru, @msewaweru for visibility.
@FaithOmbongi I have also noticed that issue and raised it here
@FaithOmbongi This PR provided a solution to this issue. I have confirmed from docs that the outfile parameter is only included where it is required. Please confirm too
Thank you @timayabi2020 for the feedback. Glad this is resolved.