You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[v0.9.2]
Added
Test-DscParameterState can now handle scriptblocks. The parameter 'ValuesToCheck' was renamed to 'Properties' but an alias
was added so it is not a braking change. The parameter 'ExcludeProperties' was added.
Added a new test for the alias 'ValuesToCheck' pointing to 'Properties'.
Added cmdlet Compare-ResourcePropertyState that also introduces a new
design pattern to evaluate properties in both Test and Set - fixes issue #47.
Fixed
Get-LocalizedData
Now correctly evaluates the default UI culture
on non-English operating systems (issue #50.
If the LCID 127 is found it will be skipped and instead use the default
UI culture (which is 'en-US' unless specified) (issue #11.