Skip to content

Commit 71416f9

Browse files
committed
Fix removed property
1 parent 36702cb commit 71416f9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
open an issue to discuss in what cases this is needed.
3131
- The `Edition` value 'Development` was removed and replaced by the value
3232
`Developer`.
33-
- The read-only property `ServiceName` was removed.
33+
- The read-only properties `ServiceName` and `ErrorDumpDirectory` was removed.
3434

3535
### Added
3636

tests/Integration/Resources/DSC_SqlRSSetup.Integration.Tests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ Describe "$($script:dscResourceName)_Integration" -Tag @('Integration_SQL2017',
168168
}
169169

170170
$resourceCurrentState.InstanceName | Should -Be $ConfigurationData.AllNodes.InstanceName
171-
$resourceCurrentState.InstallFolder | Should -Be 'C:\Program Files\Microsoft SQL Server Reporting Services'
172-
$resourceCurrentState.ErrorDumpDirectory | Should -Be 'C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\LogFiles'
171+
$resourceCurrentState.InstallFolder | Should -Be $ConfigurationData.AllNodes.InstallFolder
173172

174173
if (Test-ContinuousIntegrationTaskCategory -Category 'Integration_SQL2017')
175174
{

0 commit comments

Comments
 (0)