From fcab7db66237fafcc2571ede61d4c55c90b7cf50 Mon Sep 17 00:00:00 2001 From: Rob Sewell Date: Sat, 26 Aug 2023 16:35:10 +0100 Subject: [PATCH] so that we dont have the additional output for v5 Add Pester V5 Instance Level Checks #882 --- source/functions/Invoke-DbcCheck.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/functions/Invoke-DbcCheck.ps1 b/source/functions/Invoke-DbcCheck.ps1 index ca1aeeb1..218e2bc2 100644 --- a/source/functions/Invoke-DbcCheck.ps1 +++ b/source/functions/Invoke-DbcCheck.ps1 @@ -386,7 +386,7 @@ function Invoke-DbcCheck { $null = $PSBoundParameters.Remove('legacy') $null = $PSBoundParameters.Remove('Show') $null = $PSBoundParameters.Remove('PassThru') - Write-PSFMessage -Message ($PSBoundParameters | Out-String) -Level Significant + Write-PSFMessage -Message ($PSBoundParameters | Out-String) -Level Verbose Invoke-DbcCheckv5 @PSBoundParameters -configuration $configuration } }