@@ -202,7 +202,6 @@ the correct permissions to manage that resource instance.
202
202
203
203
</details>
204
204
205
-
206
205
# ## Fixed
207
206
208
207
- Fixed the JSON Schema for [exit codes][ur-fa] in the resource manifest to support negative
@@ -216,6 +215,19 @@ the correct permissions to manage that resource instance.
216
215
217
216
</details>
218
217
218
+ - Fixed the behavior of the [int()][int()] configuration function to error when given an input
219
+ value other than a string or integer. Prior to this release, when you specified a number with
220
+ a fractional part as input for the function, it coerced the input value to an integer representing
221
+ the fractional part. Starting with this release, the `int()` function raises an invalid input
222
+ error when the input value isn't a string or an integer.
223
+
224
+ <details><summary>Related work items</summary>
225
+
226
+ - Issues : [#390][#390]
227
+ - PRs : [#438][#438]
228
+
229
+ </details>
230
+
219
231
<!-- Unreleased change links -->
220
232
[ur-aa] : ./docs/reference/cli/config/set.md#-w---what-if
221
233
[ur-ab] : ./docs/reference/schemas/outputs/config/set.md
@@ -1481,6 +1493,7 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
1481
1493
[#382]: https://github.com/PowerShell/DSC/issues/382
1482
1494
[#385]: https://github.com/PowerShell/DSC/issues/385
1483
1495
[#388]: https://github.com/PowerShell/DSC/issues/388
1496
+ [#390]: https://github.com/PowerShell/DSC/issues/390
1484
1497
[#397]: https://github.com/PowerShell/DSC/issues/397
1485
1498
[#400]: https://github.com/PowerShell/DSC/issues/400
1486
1499
[#401]: https://github.com/PowerShell/DSC/issues/401
@@ -1491,6 +1504,7 @@ For the full list of changes in this release, see the [diff on GitHub][compare-v
1491
1504
[#429]: https://github.com/PowerShell/DSC/issues/429
1492
1505
[#432]: https://github.com/PowerShell/DSC/issues/432
1493
1506
[#434]: https://github.com/PowerShell/DSC/issues/434
1507
+ [#438]: https://github.com/PowerShell/DSC/issues/438
1494
1508
[#45]: https://github.com/PowerShell/DSC/issues/45
1495
1509
[#49]: https://github.com/PowerShell/DSC/issues/49
1496
1510
[#57]: https://github.com/PowerShell/DSC/issues/57
0 commit comments