PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

Find-PSResource: Tag and Type parameter set missing

Open SydneyhSmith opened this issue 3 years ago • 1 comments

Summary of the new feature / enhancement

The original doc included syntax for TagParameterSet and TypeParameterSet but these parameter sets don’t actually exist

Proposed technical implementation details (optional)

No response

SydneyhSmith avatar Aug 15 '22 15:08 SydneyhSmith

Why do these parameter sets need to be added the current command syntax? The current command syntax has a Type and Tag parameter and those shouldn't be in their own parameter set.

Find-PSResource [[-Name] <string[]>] [-Type <ResourceType>] [-Version <string>] [-Prerelease] [-Tag <string[]>] [-Repository <string[]>] [-Credential <pscredential>] [-IncludeDependencies] [-WhatIf] [-Confirm] [<CommonParameters>]

Find-PSResource -CommandName <string[]> [-Version <string>] [-Prerelease] [-ModuleName <string[]>] [-Tag <string[]>] [-Repository <string[]>] [-Credential <pscredential>] [-IncludeDependencies] [-WhatIf] [-Confirm] [<CommonParameters>]

Find-PSResource -DscResourceName <string[]> [-Version <string>] [-Prerelease] [-ModuleName <string[]>] [-Tag <string[]>] [-Repository <string[]>] [-Credential <pscredential>] [-IncludeDependencies] [-WhatIf] [-Confirm] [<CommonParameters>]

ThomasNieto avatar Aug 24 '22 15:08 ThomasNieto