DSCResources/DSC_SqlRS/en-US/DSC_SqlRS.strings.psd1
|
ConvertFrom-StringData @' Restart = Restarting Reporting Services. SuppressRestart = Suppressing restart of Reporting Services. TestFailedAfterSet = Test-TargetResource function returned false when Set-TargetResource function verified the desired state. This indicates that the Set-TargetResource did not correctly set set the desired state, or that the function Test-TargetResource does not correctly evaluate the desired state. ReportingServicesNotFound = SQL Reporting Services instance '{0}' does not exist. GetConfiguration = Get the current reporting services configuration for the instance '{0}'. RestartToFinishInitialization = Restarting Reporting Services to finish initialization. WaitingForServiceReady = Waiting {0} seconds for Reporting Services to be fully ready after restart. (DSC_SQLRS0001) ServiceNameIsNullOrEmpty = The Configuration.ServiceName property is null or empty for SQL Server Reporting Services instance '{0}'. This property is required to determine the service name for SQL Server version 14 and higher. (DSC_SQLRS0002) '@ |