Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken -Quiet parameter for Save-PSResource #1743

Closed
wants to merge 2 commits into from

Conversation

alerickson
Copy link
Member

PR Summary

The -Quiet parameter for Save-PSResource lost the [Parameter] attribute that allows PowerShell to recognize it as a parameter for the cmdlet. This likely got dropped when resolving a merge conflict. This PR adds [Parameter] back in and adds a test that is meant to ensure parameter binding for -Quiet always works for the cmdlet (ie. it does not test functionality of -Quiet).

PR Context

PR Checklist

@alerickson alerickson closed this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants