Skip to content

Commit

Permalink
Changes to SqlSetup
Browse files Browse the repository at this point in the history
- Now accounts containing '$' will be able to be used for installing
  SQL Server. Although, if the account ends with '$' it is considered a
  Managed Service Account (issue dsccommunity#1055.
  • Loading branch information
johlju committed Mar 10, 2018
1 parent 907b379 commit 96309e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DSCResources/MSFT_SqlSetup/MSFT_SqlSetup.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2121,7 +2121,7 @@ function Get-ServiceAccountParameters
}
}

'.*\$'
'\$$'
{
$parameters = @{
"$($ServiceType)SVCACCOUNT" = $ServiceAccount.UserName
Expand Down

0 comments on commit 96309e4

Please sign in to comment.