Skip to content

v16.3.1-preview0002

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 06 May 11:50
d9a84f4

[v16.3.1-preview0002]

Changed

  • SqlServerDsc
    • Temporary disable integration tests for dbatools.
  • SqlAg
    • Added optional parameter SeedingMode that will set the SeedingMode for the
      SQL Server 2016 and higher. This parameter can only be used together with the
      module SqlServer installed (tested v21.0.17099). The parameter will be
      ignored if SQLPS module will be used.
  • SqlAgReplica
    • Added optional parameter SeedingMode that will set the SeedingMode for the
      SQL Server 2016 and higher (issue #487).
      This parameter can only be used together with the module SqlServer installed
      (tested v21.0.17099). The parameter will be ignored if SQLPS module will be
      used.

Fixed

  • Import-SqlDscPreferredModule
    • Now the command does not fail when checking if SQLPS is loaded into the
      session (issue #1928).