msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

PowerShell Documentation $outFileId param doesn't exist

Open FaithOmbongi opened this issue 3 years ago • 1 comments

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.

FaithOmbongi avatar Aug 08 '22 10:08 FaithOmbongi

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

timayabi2020 avatar Aug 10 '22 14:08 timayabi2020

@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

timayabi2020 avatar Aug 24 '22 12:08 timayabi2020

Thank you @timayabi2020 for the feedback. Glad this is resolved.

FaithOmbongi avatar Aug 24 '22 15:08 FaithOmbongi