We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d70a3c commit fcab7dbCopy full SHA for fcab7db
source/functions/Invoke-DbcCheck.ps1
@@ -386,7 +386,7 @@ function Invoke-DbcCheck {
386
$null = $PSBoundParameters.Remove('legacy')
387
$null = $PSBoundParameters.Remove('Show')
388
$null = $PSBoundParameters.Remove('PassThru')
389
- Write-PSFMessage -Message ($PSBoundParameters | Out-String) -Level Significant
+ Write-PSFMessage -Message ($PSBoundParameters | Out-String) -Level Verbose
390
Invoke-DbcCheckv5 @PSBoundParameters -configuration $configuration
391
}
392
0 commit comments