Skip to content

Commit

Permalink
Added verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
randomnote1 committed Jul 27, 2022
1 parent c5f6c25 commit b11d47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ function Set-TargetResource
{
if ( $_.Exception -match 'The report server was unable to validate the integrity of encrypted data in the database' )
{
Write-Verbose -Message 'Received a runtime exception'
Write-Verbose -Message 'Received a runtime exception' -Verbose

# Restore key here
$invokeRsCimMethodRestoreEncryptionKeyParameters = @{
Expand Down

0 comments on commit b11d47f

Please sign in to comment.