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 1b9f326 commit b27ba27Copy full SHA for b27ba27
source/Modules/SqlServerDsc.Common/SqlServerDsc.Common.psm1
@@ -1137,7 +1137,8 @@ function Restart-ReportingServicesService
1137
$reportingServicesService = Get-Service -Name $ServiceName -ErrorAction SilentlyContinue
1138
}
1139
1140
- if ($PSCmdlet.ParameterSetName -eq 'ServiceName') {
+ if ($PSCmdlet.ParameterSetName -eq 'ServiceName')
1141
+ {
1142
Write-Verbose -Message ($script:localizedData.GetServiceInformation -f $ServiceName) -Verbose
1143
$reportingServicesService = Get-Service -Name $ServiceName
1144
0 commit comments