Skip to content

v13.3.0-preview0002

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 02 Jan 17:53
30f5e14

[v13.3.0-preview0002]

Added

  • SqlServerDsc
    • Added continuous delivery with a new CI pipeline.
      • Update build.ps1 from latest template.

Changed

  • SqlServerDsc
    • Add .gitattributes file to checkout file correctly with CRLF.
    • Updated .vscode/analyzersettings.psd1 file to correct use PSSA rules
      and custom rules in VS Code.
    • Fix hashtables to align with style guideline (issue #1437).
    • Updated most examples to remove the need for the variable $ConfigurationData,
      and fixed style issues.
    • Ignore commit in GitVersion.yml to force the correct initial release.
  • SqlServerMaxDop
    • Fix line endings in code which did not use the correct format.
  • SqlAlwaysOnService
    • The integration test has been temporarily disabled because when
      the cluster feature is installed it requires a reboot on the
      Windows Server 2019 build worker.
  • SqlDatabaseRole
    • Update unit test to have the correct description on the Describe-block
      for the test of Set-TargetResource.

Fixed

  • SqlAlwaysOnService
    • When failing to enable AlwaysOn the resource should now fail with an
      error (issue #1190).