v14.1.0-preview0003
Pre-release
Pre-release
[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).
- Remove the file
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).
- Now support to authenticate using both NetBIOS domain and Fully Qualified
- Connect-SQL
- Now support to authenticate using both NetBIOS domain and Fully Qualified
Domain Name (FQDN) (issue #1223).
- Now support to authenticate using both NetBIOS domain and Fully Qualified
- Connect-SQLAnalysis
- Now support to authenticate using both NetBIOS domain and Fully Qualified
Domain Name (FQDN) (issue #1223).
- Now support to authenticate using both NetBIOS domain and Fully Qualified
- Connect-UncPath
- SqlAGReplica
- Update documentation with a requirement for SqlServer in certain circumstances
(issue #1033).
- Update documentation with a requirement for SqlServer in certain circumstances
- SqlRSSetup
- There was a typo in the error message that was thrown when not passing
either theEdition
orProductKey
that could be misleading (issue #1386). - Updated the parameter descriptions for the parameters
Edition
and
ProductKey
that they are mutually exclusive (issue #1386).
- There was a typo in the error message that was thrown when not passing
- SqlWindowsFirewall
- Now support to authenticate using both NetBIOS domain and Fully Qualified
Domain Name (FQDN) (issue #1223).
- Now support to authenticate using both NetBIOS domain and Fully Qualified
- 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).
- Since the task that publish Wiki content was updated to correctly handle
Added
- SqlScript
- Added the DisableVariables parameter (issue #1422).
- SqlScriptQuery
- Added the DisableVariables parameter (issue #1422).