We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0501697 commit b1e01b6Copy full SHA for b1e01b6
source/DSCResources/DSC_SqlRS/DSC_SqlRS.psm1
@@ -836,7 +836,7 @@ function Set-TargetResource
836
elseif ( $restartReportingService -and (-not $SuppressRestart) )
837
{
838
Write-Verbose -Message $script:localizedData.Restart
839
- Restart-ReportingServicesService -ServiceName $reportingServicesData.Configuration.ServiceName -WaitTime 30
+ Restart-ReportingServicesService -ServiceName $reportingServicesServiceName -WaitTime 30
840
841
<#
842
Wait for the service to be fully ready after restart before attempting
0 commit comments