PSResourceGet
PSResourceGet copied to clipboard
Find-PSResource: Tag and Type parameter set missing
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
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>]