v16.2.0-preview0003
Pre-release
Pre-release
[v16.2.0-preview0003]
Added
- SqlServerDsc
- New GitHub Actions workflow that run PSScriptAnalyzer for PRs so any
issues are shown directly in the PR's changed files (issue #1860).
- New GitHub Actions workflow that run PSScriptAnalyzer for PRs so any
Changed
- SqlServerDsc
- Update
appveyor.yml
to usedotnet tool install
to install GitVersion. - Re-enable integration tests for SqlRSSetup and SqlRS when running against
SQL Server 2019 (issue #1847). - The private function
Import-SQLPSModule
was replaced throughout with
the public commandImport-SqlDscPreferredModule
(issue #1848). - Removed the regular expression
features?
from the GitVersion configuration.
Before, if a fix commit mentioned the word feature but means a SQL Server
feature GitVersion would bump minor instead of patch number.
- Update
Get-SqlDscAudit
- The parameter
Name
is no longer mandatory. When left out all the current
audits are returned (issue #1812).
- The parameter
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
SqlRS
- Test renamed to
When Reports virtual directory is different
so it is more correct and not a duplicate - Fixed issue of configuring reporting services (issue #1868).
- Test renamed to