v16.4.0-preview0007
Pre-release
Pre-release
[v16.4.0-preview0007]
Added
- SqlServerDsc
- Added a new build task
fastbuild
that can be used during development
process when there are no need to generate documentation. - Added new public command:
Get-SqlDscConfigurationOption
- Returns the available configuration
options that can be used with the DSC resource SqlConfiguration.
- Added a new build task
Changed
- SqlServerDsc
- Re-enable integration tests for dbatools.
- Bumped dbatools to v2.0.1 for the integration tests.
- Running PSScriptAnalyzer on the built module (issue #1945).
- Fix header in unit tests that referenced the wrong path.
- Fix a path in VS Code workspace settings to correctly use Script Analyzer on
Linux and macOS. - Highlighted note comments throughout markdown and generated markdown.
- SqlSetup
- Highlighted a note in the README.md.
- SqlMemory
- Highlighted an important note in the README.md.
- SqlMaxDop
- Highlighted an important note in the README.md.
Fixed
- SqlServerDsc
- Fix style changes in all private and public commands.
Import-SqlDscPreferredModule
- Now when parameter
Force
is passed the command correctly invoke
Get-SqlDscPreferredModule
using the parameterRefresh
.
- Now when parameter
- SqlWindowsFirewall
- Fix duplication of SQL Server Browser Firewall Rule when deploying
Analysis Services feature (issue #1942).
- Fix duplication of SQL Server Browser Firewall Rule when deploying
- SqlLogin
- Attempting to disable and already disabled login throws an error (issue #1952).
Install-SqlDscServer
- Now the parameter
InstanceName
can no longer be specified (as per
the SQL Server documentation) for the setup actionPrepareImage
(issue #1960).
- Now the parameter