Skip to content

v12.5.0

Compare
Choose a tag to compare
@johlju johlju released this 25 Dec 09:17
af2cbb0
  • 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.
    • Added en-US localization (issue #624).
    • Added additional unit tests for code coverage.
  • Changes to SqlScriptQuery
    • 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.
    • Added en-US localization.
    • Added additional unit tests for code coverage.
  • Changes to SqlSetup
    • Concatenated Robocopy localization strings (issue #694).
    • Made the error message more descriptive when the Set-TargetResource
      function calls the Test-TargetResource function to verify the desired
      state.
  • Changes to SqlWaitForAG
  • Changes to SqlServerPermission
  • Changes to SqlServerMemory
    • Added en-US localization (issue #617).
    • 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.
  • Changes to SqlServerMaxDop
  • Changes to SqlRS
    • 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
  • Changes to SqlServerLogin
    • Added en-US localization (issue #615).
    • Added unit tests to improved code coverage.
  • Changes to SqlWindowsFirewall
  • Changes to SqlServerEndpoint
  • Changes to SqlServerEndpointPermission
  • Changes to SqlServerEndpointState
  • Changes to SqlDatabaseRole
  • Changes to SqlDatabaseRecoveryModel
  • Changes to SqlDatabasePermission
  • Changes to SqlDatabaseOwner
  • Changes to SqlDatabase
  • Changes to SqlAGListener
  • Changes to SqlAlwaysOnService
  • Changes to SqlAlias
    • Added en-US localization (issue #602).
    • Removed ShouldProcess for the code, since it has no purpose in a DSC
      resource (issue #242).
  • Changes to SqlServerReplication
    • Added en-US localization (issue #620).
    • Refactored Get-TargetResource slightly so it provide better verbose
      messages.