v16.0.0-preview0004
Pre-release
Pre-release
[v16.0.0-preview0004]
Removed
- The deprecated DSC resource SqlDatabaseOwner have been removed (and replaced
by a property in SqlDatabase)
(issue #1725). - The deprecated DSC resource SqlDatabaseRecoveryModel have been removed (and
replaced by a property in SqlDatabase)
(issue #1725). - The deprecated DSC resource SqlServerEndpointState have been removed (and
replaced by a property in SqlEndpoint)
(issue #1725). - The deprecated DSC resource SqlServerNetwork have been removed (and replaced by
SqlProtocol
and SqlProtocolTcpIp)
(issue #1725).
Changed
- SqlServerDsc
- Updated pipeline to use the build worker image 'ubuntu-latest'.
- Switch to installing GitVersion using 'dotnet tool install' (issue #1732).
- Bumped Stale task to v5 in the GitHub workflow.
- Wiki
- add introduction and links to DSC technology
- SqlLogin
- BREAKING CHANGE:
LoginMustChangePassword
,LoginPasswordExpirationEnabled
andLoginPasswordPolicyEnforced
parameters no longer enforce default values (issue #1669).
- BREAKING CHANGE:
Fixed
- SqlServerDsc
- URLs the referenced TechNet in the documentation has been update to link to
new pages at docs.microsoft.com.
- URLs the referenced TechNet in the documentation has been update to link to
- SqlDatabaseObjectPermission
- Fix for issue (issue #1724).
- BREAKING CHANGE: Updated class DSC_DatabaseObjectPermission.
- Changed Permission from an array to a string.
- Updated Permission to a key property.
- Updated Integration Tests to test permission grants on multiple objects.
- BREAKING CHANGE: Updated class DSC_DatabaseObjectPermission.
- Fix for issue (issue #1724).
- SqlProtocolTcpIp
- Output verbose information in integration tests so it is shown what NICs
are available and what IP address the tests will use.
- Output verbose information in integration tests so it is shown what NICs