@@ -11,26 +11,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111 - Removed the function ` Get-RegistryPropertyValue ` and ` Format-Path ` in
1212 favor of the commands with the same names in the module _ DscResource.Common_ .
1313- SqlRSSetup
14- - The DSC resource has been refactored into a class-based resource
15- - The parameter ` SourcePath ` was removed and replaced with ` MediaPath `
16- - The parameter ` IAcceptLicensTerms ` was removed and replaced with a
17- boolean parameter ` AcceptLicensingTerms `
14+ - The DSC resource has been refactored into a class-based resource.
15+ - The parameter ` SourcePath ` was replaced with ` MediaPath ` .
16+ - The parameter ` IAcceptLicensTerms ` was replaced with a boolean parameter
17+ ` AcceptLicensingTerms ` .
1818 - The parameter ` SourceCredential ` was removed. Because of this, the
1919 functionality that allowed copying the media from a UNC path using
2020 those credentials was also removed. If this was something you used,
2121 please open an issue.
2222 - The version validation no longer gets the current version from the
2323 installed package (using ` Get-Package ` ), but instead from the registry.
24- - The read-only property ` CurrentVersion ` was removed and replaced with
25- the more appropriate property ` ProductVersion ` .
2624 - Prior when install was successful, the resource checked whether there
2725 were any pending rename operations. Since the install returns 3010
2826 if a restart is needed it is now assumed that the setup process takes
2927 care of this. If that is not the case, and this check is needed, then
3028 open an issue to discuss in what cases this is needed.
31- - The ` Edition ` value 'Development` was removed and replaced by the value
29+ - The ` Edition ` option 'Development` was replaced by the value
3230 ` Developer ` .
33- - The read-only properties ` ServiceName ` and ` ErrorDumpDirectory ` was removed.
31+ - The read-only properties ` CurrentVersion ` , ` ServiceName ` and ` ErrorDumpDirectory `
32+ were removed.
3433
3534### Added
3635
@@ -92,14 +91,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9291 the module manifest.
9392 - Now integration tests will fail on an exception when the command ` Test-DscConfiguration `
9493 is run.
95- - Added Test-SqlDscIsRole to be used like Test-SqlDscIsLogin but tests for a server role as principal.
94+ - Added Test-SqlDscIsRole to be used like Test-SqlDscIsLogin but tests
95+ for a server role as principal.
9696- SqlSetup
9797 - Fixed issue with AddNode where cluster IP information was not being passed to
9898 setup.exe ([ issue #1171 ] ( https://github.com/dsccommunity/SqlServerDsc/issues/1171 ) ).
9999- SqlRSSetup
100100 - The DSC resource has been refactored into a class-based resource.
101101
102-
103102### Fixed
104103
105104- Fixed workaround for the GitHub Actions to support building module in Windows
0 commit comments