Skip to content

Commit a52c368

Browse files
(GH-104) Fix -Type parameter in Find-PSResource (#105)
Prior to this change, the reference documentation for the `-Type` parameter of the `Find-PSResource` cmdlet incorrectly listed `Command` and `DscResource` as valid options for the parameter. This change: - Removes the erroneous value options from the parameter docs - Resolves #104 - Fixes AB#200724
1 parent d3fc477 commit a52c368

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Find-PSResource.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml
33
Module Name: Microsoft.PowerShell.PSResourceGet
44
ms.custom: 1.0.1
5-
ms.date: 11/10/2023
5+
ms.date: 01/17/2024
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/find-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
---
@@ -343,10 +343,9 @@ Accept wildcard characters: False
343343

344344
Specifies one or more resource types to find. Resource types supported are:
345345

346+
- `None`
346347
- `Module`
347348
- `Script`
348-
- `Command`
349-
- `DscResource`
350349

351350
```yaml
352351
Type: Microsoft.PowerShell.PSResourceGet.UtilClasses.ResourceType

0 commit comments

Comments
 (0)