Skip to content

Commit 74428ba

Browse files
authored
Fix test file path (#313)
1 parent f5e17c4 commit 74428ba

File tree

5 files changed

+29
-1055
lines changed

5 files changed

+29
-1055
lines changed

CHANGELOG.md

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8-
## [3.0.2] - 2025-12-05
9-
108
### Added
119

12-
- DnsServerDsc
13-
- Added new resource
14-
- _DnsRecordTxt_ - resource to manage DNS TXT records ([issue #150](https://github.com/dsccommunity/DnsServerDsc/issues/150)).
15-
- _DnsRecordTxtScoped_ - resource to manage DNS TXT records ([issue #296](https://github.com/dsccommunity/DnsServerDsc/issues/296)).
1610
- build.yml
1711
- Added config for merge task.
1812

13+
### Changed
14+
15+
- Pipelines
16+
- Used matrix strategy to test OSes.
17+
- Integration tests
18+
- Updated file name casing.
19+
1920
### Fixed
2021

21-
- DnsServerSetting
22-
- Set-TargetResource was not correctly retrieving current settings from remote computers.
23-
- Updated comment based help for various settings to include allowed values in decimal.
2422
- Tests
2523
- Remove use of -TestCases and replace with -ForEach.
2624
- Update tests for class-based resources which use DscResource.Base.
@@ -32,23 +30,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3230
- Cast properties which were timestamps to strings.
3331
- DnsServerScavenging
3432
- Cast properties which were timestamps to strings.
33+
- Some integration test files were in Tests not tests.
34+
35+
### Removed
36+
37+
- Ensure Enum
38+
- This is provided by DscResource.Base.
39+
- build.psd1
40+
41+
## [3.0.2] - 2025-12-05
42+
43+
### Added
44+
45+
- DnsServerDsc
46+
- Added new resource
47+
- _DnsRecordTxt_ - resource to manage DNS TXT records ([issue #150](https://github.com/dsccommunity/DnsServerDsc/issues/150)).
48+
- _DnsRecordTxtScoped_ - resource to manage DNS TXT records ([issue #296](https://github.com/dsccommunity/DnsServerDsc/issues/296)).
49+
50+
### Fixed
51+
52+
- DnsServerSetting
53+
- Set-TargetResource was not correctly retrieving current settings from remote computers.
54+
- Updated comment-based help for various settings to include allowed values in decimal.
3555

3656
### Changed
3757

3858
- DnsServerSetting
3959
- Allow MaximumUdpPacketSize to be read/write. Fixes [issue #307](https://github.com/dsccommunity/DnsServerDsc/issues/307).
4060
- Add input validation to RemoteIPv4RankBoost, RemoteIPv6RankBoost, MaximumRodcRsoQueueLength,
4161
MaximumRodcRsoAttemptsPerCycle, TcpReceivePacketSize, MaximumUdpPacketSize.
42-
- Pipelines
43-
- Used matrix strategy to test OSes.
44-
- Integration tests
45-
- Updated file name casing.
46-
47-
### Removed
48-
49-
- Ensure Enum
50-
- This is provided by DscResource.Base.
51-
- build.psd1
5262

5363
## [3.0.1] - 2025-08-28
5464

Tests/Integration/Classes/DnsRecordA.Integration.Tests.ps1

Lines changed: 0 additions & 259 deletions
This file was deleted.

0 commit comments

Comments
 (0)