Open
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
Steps to reproduce
While looking at #1794 I noticed that Find-PSResource
and Save-PSResource
does not have -RequiredResource
and -RequiredResourceFile
.
Save-PSResource
: Should have feature parity toInstall-PSResource
, no?Find-PSResource
: To write tests for the fix toInstall-PSResource -RequiredResourceFile
ignores theprerelease
key if set to$true
in apsd1
file #1794 it'd be nice ifFind-PSResource
had these parameters added, then you can test that specific problem without downloading anything.
Expected behavior
See description.
Actual behavior
See description.
Error details
Environment data
Not relevant.
Visuals
No response