@@ -233,6 +233,16 @@ changes since the last release, see the [diff on GitHub][unreleased].
233
233
234
234
</details>
235
235
236
+ - Fixed the implementation to retrieve non-zero exit code descriptions for resource errors from the
237
+ resource manifest, if defined. Prior to this release, these error descriptions weren't surfaced.
238
+
239
+ <details><summary>Related work items</summary>
240
+
241
+ - Issues : [#431][#431]
242
+ - PRs : [#444][#444]
243
+
244
+ </details>
245
+
236
246
<!-- Unreleased change links -->
237
247
[ur-aa] : ./docs/reference/cli/config/set.md#-w---what-if
238
248
[ur-ab] : ./docs/reference/schemas/outputs/config/set.md
@@ -1509,10 +1519,12 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
1509
1519
[#410]: https://github.com/PowerShell/DSC/issues/410
1510
1520
[#412]: https://github.com/PowerShell/DSC/issues/412
1511
1521
[#429]: https://github.com/PowerShell/DSC/issues/429
1522
+ [#431]: https://github.com/PowerShell/DSC/issues/431
1512
1523
[#432]: https://github.com/PowerShell/DSC/issues/432
1513
1524
[#434]: https://github.com/PowerShell/DSC/issues/434
1514
1525
[#438]: https://github.com/PowerShell/DSC/issues/438
1515
1526
[#441]: https://github.com/PowerShell/DSC/issues/441
1527
+ [#444]: https://github.com/PowerShell/DSC/issues/444
1516
1528
[#45]: https://github.com/PowerShell/DSC/issues/45
1517
1529
[#49]: https://github.com/PowerShell/DSC/issues/49
1518
1530
[#57]: https://github.com/PowerShell/DSC/issues/57
0 commit comments