PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

(DOCS) Document fix to `int()` function. #459

Closed michaeltlombardi closed 2 weeks ago

michaeltlombardi commented 2 weeks ago

PR Summary

In #438 we changed the int() function to error on input that isn't a string or an integer to align with the behavior of the ARM template function.

This change:

PR Context

Document recent change.