This repository was archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Quiet parameter not removed in case of using the testfilepath parameter. #28
Closed
Labels
@larssb
Description
Hi....
I'm getting this error when executing Pester tests with the invoke-operationvalidation cmdlet: .....The -Quiet parameter has been deprecated; please use the new -Show parameter instead. To get no output use -Show None.
- I'm on v1.0.1 of the OperationValidation module.
- I'm on v4.0.8 of the Pester module,
I had a look in the code and found >https://github.com/PowerShell/Operation-Validation-Framework/blob/4756bec815b3d928ff8c4b717bbe6fa33e6763f7/OperationValidation/Public/Invoke-OperationValidation.ps1#L324
So it looks like a fix is needed so that Pester is not called with the -Quiet parameter.
As I wrote in #3 I could try to fix it & do a PR. But, it would be a lost cause if the repo. is not active. Let me know.
Thank you very much.