You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes to SqlServerSecureConnection
Updated README and added example for SqlServerSecureConnection,
instructing users to use the 'SYSTEM' service account instead of
'LocalSystem'.
Changes to SqlScript
Correctly passes the $VerbosePreference to the helper function Invoke-SqlScript so that PRINT statements is outputted correctly
when verbose output is requested, e.g Start-DscConfiguration -Verbose.
Correctly passes the $VerbosePreference to the helper function Invoke-SqlScript so that PRINT statements is outputted correctly
when verbose output is requested, e.g Start-DscConfiguration -Verbose.
No longer will the resource set the MinMemory value if it was provided
in a configuration that also set the Ensure parameter to 'Absent'
(issue #1329).
Refactored unit tests to simplify them add add slightly more code
coverage.
Reporting Services are restarted after changing settings, unless $SuppressRestart parameter is set (issue #1331). $SuppressRestart will also prevent Reporting Services restart after initialization.
Fixed one of the error handling to use localization, and made the
error message more descriptive when the Set-TargetResource function
calls the Test-TargetResource function to verify the desired
state. This was done prior to adding full en-US localization.
Fixed (issue #1258).
When initializing Reporting Services, there is no need to execute InitializeReportServer
CIM method, since executing SetDatabaseConnection CIM method initializes
Reporting Services.
issue #864 SqlRs
can now initialise SSRS 2017 instances