Skip to content

v14.1.0-preview0003

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 04 Jul 14:05
41fab4a

[v14.1.0-preview0003]

Removed

  • SqlServerDsc
    • Remove the file .github/CONTRIBUTION.md as it no longer filled any
      purpose as GitHub will find the CONTRIBUTION.md in the root folder
      directly now (issue #1227).

Fixed

  • SqlServerDsc
    • Update resource parameter documentation (issue #1568).
    • Documentation is now published to the GitHub Wiki.
      • Deploy task was updated with the correct name.
    • Minor changes too schema property descriptions to generate documentation
      correctly.
    • Updated task list in the PULL_REQUEST_TEMPLATE.md.
    • The documentation in CONTRIBUTING.md has been somewhat updated.
    • Update documentation around design pattern for accounts that does not
      use passwords (issue #378)
      and (issue #1230).
    • Updating the Integration Test README.md to better explain what the
      integration tests for SqlSetup, SqlRSSetup, and SqlRS does (issue #1315).
  • SqlServerDsc.Common
    • Connect-UncPath
      • Now support to authenticate using both NetBIOS domain and Fully Qualified
        Domain Name (FQDN) (issue #1223).
    • Connect-SQL
      • Now support to authenticate using both NetBIOS domain and Fully Qualified
        Domain Name (FQDN) (issue #1223).
    • Connect-SQLAnalysis
      • Now support to authenticate using both NetBIOS domain and Fully Qualified
        Domain Name (FQDN) (issue #1223).
  • SqlAGReplica
    • Update documentation with a requirement for SqlServer in certain circumstances
      (issue #1033).
  • SqlRSSetup
    • There was a typo in the error message that was thrown when not passing
      either the Edition or ProductKey that could be misleading (issue #1386).
    • Updated the parameter descriptions for the parameters Edition and
      ProductKey that they are mutually exclusive (issue #1386).
  • SqlWindowsFirewall
    • Now support to authenticate using both NetBIOS domain and Fully Qualified
      Domain Name (FQDN) (issue #1223).
  • SqlDatabaseObjectPermission
    • Since the task that publish Wiki content was updated to correctly handle
      embedded instances the duplicate documentation was removed from the
      resource README.md, and some was added to the schema MOF parameter
      descriptions (issue #1580).

Added

  • SqlScript
  • SqlScriptQuery