v16.5.0-preview0001
Pre-release
Pre-release
[v16.5.0-preview0001]
Added
- SqlServerDsc
- Updated pipeline files to support ModuleFast.
- SqlSetup
- Added the parameter
SqlVersion
that can be used to set the SQL Server
version to be installed instead of it looking for version in the setup
executable of the SQL Server media. This parameter is not allowed for
the setup actionUpgrade
, if specified it will throw an exception
(issue #1946).
- Added the parameter
Changed
- SqlRs
- Updated examples to use xPSDesiredStateConfiguration instead of PSDScResources.
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlScript
- Updated examples to use xPSDesiredStateConfiguration instead of PSDScResources.
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlScriptQuery
- Updated examples to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlSetup
- Updated examples to use xPSDesiredStateConfiguration instead of PSDScResources.
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlAlwaysOnService
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlLogin
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlReplication
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlRSSetup
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlServiceAccount
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlWindowsFirewall
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.