Skip to content

Commit

Permalink
so that we dont have the additional output for v5 Add Pester V5 Insta…
Browse files Browse the repository at this point in the history
…nce Level Checks #882
  • Loading branch information
SQLDBAWithABeard committed Aug 26, 2023
1 parent 0d70a3c commit fcab7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/functions/Invoke-DbcCheck.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit fcab7db

Please sign in to comment.