Skip to content

v16.2.0-preview0001

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 04 Mar 15:34
e65a410

[v16.2.0-preview0001]

Changed

  • SqlServerDsc
    • Update appveyor.yml to use dotnet tool install to install GitVersion.
    • The private function Import-SQLPSModule was replaced throughout with
      the public command Import-SqlDscPreferredModule (issue #1848).

Fixed

  • Assert-SetupActionProperties
    • Now throws an exception if the setup action is Install and the feature
      analysis services is specified without the parameter ASSysAdminAccounts
      (issue #1845).
    • Now throws an exception if the setup action is Install and the feature
      database engine is specified without the parameter SqlSysAdminAccounts.
  • Invoke-SetupAction
    • The parameter SqlSysAdminAccounts is no longer mandatory to allow
      installation where the database engine is not installed.
  • Install-SqlDscServer
    • The parameter SqlSysAdminAccounts is no longer mandatory to allow
      installation where the database engine is not installed.