@@ -8,7 +8,7 @@ ms.date: 06/24/2024
8
8
9
9
# Changelog
10
10
11
- <!-- markdownlint-disable-file MD033 -->
11
+ <!-- markdownlint-disable-file MD033 MD024 -->
12
12
13
13
<!--
14
14
Helpful docs snippets
@@ -46,7 +46,7 @@ This section includes a summary of user-facing changes since the last release. F
46
46
changes since the last release, see the [ diff on GitHub] [ unreleased ] .
47
47
48
48
<!-- Unreleased comparison link - always update version to match last release tag-->
49
- [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.1 ...main
49
+ [ unreleased ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.2 ...main
50
50
51
51
<!--
52
52
Unreleased change entry instructions:
@@ -75,6 +75,37 @@ changes since the last release, see the [diff on GitHub][unreleased].
75
75
76
76
77
77
78
+ ## [ v3.1.0-preview.2] [ release-v3.1.0-preview.2 ] - 2025-04-01
79
+
80
+ This section includes a summary of changes for the ` v3.1.0-preview.2 ` release. For the full list of
81
+ changes in this release, see the [ diff on GitHub] [ compare-v3.1.0-preview.2 ] .
82
+
83
+ <!-- Release links -->
84
+ [ release-v3.1.0-preview.2 ] : https://github.com/PowerShell/DSC/releases/tag/v3.1.0-preview.2 " Link to the DSC v3.1.0-preview.2 release on GitHub "
85
+ [ compare-v3.1.0-preview.2 ] : https://github.com/PowerShell/DSC/compare/v3.1.0-preview.1...v3.1.0-preview.2
86
+
87
+ ### Changed
88
+
89
+ - Enable using adapter resources without the adapter wrapper.
90
+
91
+ <details ><summary >Related work items</summary >
92
+
93
+ - Issues: [ #693 ] [ #693 ] .
94
+ - PRs: [ #720 ] [ #720 ]
95
+
96
+ </details >
97
+
98
+ ### Added
99
+
100
+ - Add validation to check key-value pairs for class-based and script-based DSC resources.
101
+
102
+ <details ><summary >Related work items</summary >
103
+
104
+ - Issues: [ #709 ] [ #709 ] .
105
+ - PRs: [ #713 ] [ #713 ]
106
+
107
+ </details >
108
+
78
109
## [ v3.1.0-preview.1] [ release-v3.1.0-preview.1 ] - 2025-03-18
79
110
80
111
This section includes a summary of changes for the ` v3.1.0-preview.1 ` release. For the full list of
@@ -2451,6 +2482,8 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
2451
2482
[#678]: https://github.com/PowerShell/DSC/issues/678
2452
2483
[#683]: https://github.com/PowerShell/DSC/issues/683
2453
2484
[#692]: https://github.com/PowerShell/DSC/issues/692
2485
+ [#693]: https://github.com/PowerShell/DSC/issues/693
2486
+ [#709]: https://github.com/PowerShell/DSC/issues/709
2454
2487
[#635]: https://github.com/PowerShell/DSC/pull/635
2455
2488
[#644]: https://github.com/PowerShell/DSC/pull/644
2456
2489
[#645]: https://github.com/PowerShell/DSC/pull/645
@@ -2466,3 +2499,5 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
2466
2499
[#688]: https://github.com/PowerShell/DSC/pull/688
2467
2500
[#695]: https://github.com/PowerShell/DSC/pull/695
2468
2501
[#699]: https://github.com/PowerShell/DSC/pull/699
2502
+ [#713]: https://github.com/PowerShell/DSC/pull/713
2503
+ [#720]: https://github.com/PowerShell/DSC/pull/720
0 commit comments