Skip to content

v16.0.0-preview0004

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 28 Mar 22:33
d8b4d9d

[v16.0.0-preview0004]

Removed

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 and LoginPasswordPolicyEnforced
      parameters no longer enforce default values (issue #1669).

Fixed

  • SqlServerDsc
    • URLs the referenced TechNet in the documentation has been update to link to
      new pages at docs.microsoft.com.
  • 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.
  • SqlProtocolTcpIp
    • Output verbose information in integration tests so it is shown what NICs
      are available and what IP address the tests will use.