v16.2.0-preview0001
Pre-release
Pre-release
[v16.2.0-preview0001]
Changed
- SqlServerDsc
- Update
appveyor.yml
to usedotnet tool install
to install GitVersion. - The private function
Import-SQLPSModule
was replaced throughout with
the public commandImport-SqlDscPreferredModule
(issue #1848).
- Update
Fixed
Assert-SetupActionProperties
- Now throws an exception if the setup action is
Install
and the feature
analysis services is specified without the parameterASSysAdminAccounts
(issue #1845). - Now throws an exception if the setup action is
Install
and the feature
database engine is specified without the parameterSqlSysAdminAccounts
.
- Now throws an exception if the setup action is
Invoke-SetupAction
- The parameter
SqlSysAdminAccounts
is no longer mandatory to allow
installation where the database engine is not installed.
- The parameter
Install-SqlDscServer
- The parameter
SqlSysAdminAccounts
is no longer mandatory to allow
installation where the database engine is not installed.
- The parameter