You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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
0 commit comments