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.11.0]
Changed
DscResource.Common
Update pipeline files to the latest in Sampler.
Fix missing tasks module.
Update unit tests to import and remove the module being tested.
Fixed
Correction to Compare-DscParameterState returning false positive when parameter
with an empty hashtable or CimInstance property is passed in DesriedValues - fixes issue #65.
Correction somes problems in Compare-DscParameterState - see issue #70 :
When you use -ReverseCheck, this value is used in recursive call of Test-DscParameterState and Compare-DscParameterState, and that called
another time the function.
When you use -Properties and -ReverseCheck, and you have an array in member,
that return a wrong value, because the properties are set in recursive calls of -ReverseCheck to test the value of array.
When you use -ReverseCheck and, in the function Test-DscCompareState/Compare-DscParameterState
are recursively called (like to test or compare value of array), -ReverseCheck
value is removed from $PSBoundParameters. And the ReverseCheck isn't done.