Skip to content

Commit

Permalink
Fix verbose to verify
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Apr 21, 2023
1 parent 8d6baa4 commit 3c30d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/DSC_SqlSetup.config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ $SqlAgentServiceSecondaryCredential = New-Object `
-ArgumentList @($ConfigurationData.AllNodes.SqlAgentServiceSecondaryAccountUserName,
(ConvertTo-SecureString -String $ConfigurationData.AllNodes.SqlAgentServiceSecondaryAccountPassword -AsPlainText -Force))

Write-Verbose -Message ('Current set preferred module name (SMODefaultModuleName): {0}' -f ($env:SMODefaultModuleName | Out-String))
Write-Verbose -Message ('Current set preferred module name (SMODefaultModuleName): {0}' -f ($env:SMODefaultModuleName | Out-String)) -Verbose

<#
.SYNOPSIS
Expand Down

0 comments on commit 3c30d4d

Please sign in to comment.