@@ -11,26 +11,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
- Removed the function ` Get-RegistryPropertyValue ` and ` Format-Path ` in
12
12
favor of the commands with the same names in the module _ DscResource.Common_ .
13
13
- 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 ` .
18
18
- The parameter ` SourceCredential ` was removed. Because of this, the
19
19
functionality that allowed copying the media from a UNC path using
20
20
those credentials was also removed. If this was something you used,
21
21
please open an issue.
22
22
- The version validation no longer gets the current version from the
23
23
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 ` .
26
24
- Prior when install was successful, the resource checked whether there
27
25
were any pending rename operations. Since the install returns 3010
28
26
if a restart is needed it is now assumed that the setup process takes
29
27
care of this. If that is not the case, and this check is needed, then
30
28
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
32
30
` Developer ` .
33
- - The read-only properties ` ServiceName ` and ` ErrorDumpDirectory ` was removed.
31
+ - The read-only properties ` CurrentVersion ` , ` ServiceName ` and ` ErrorDumpDirectory `
32
+ were removed.
34
33
35
34
### Added
36
35
@@ -92,14 +91,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
92
91
the module manifest.
93
92
- Now integration tests will fail on an exception when the command ` Test-DscConfiguration `
94
93
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.
96
96
- SqlSetup
97
97
- Fixed issue with AddNode where cluster IP information was not being passed to
98
98
setup.exe ([ issue #1171 ] ( https://github.com/dsccommunity/SqlServerDsc/issues/1171 ) ).
99
99
- SqlRSSetup
100
100
- The DSC resource has been refactored into a class-based resource.
101
101
102
-
103
102
### Fixed
104
103
105
104
- Fixed workaround for the GitHub Actions to support building module in Windows
0 commit comments