v0.11.0-preview0002
Pre-release
Pre-release
[v0.11.0-preview0002]
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.
- Update pipeline files to the latest in Sampler.
Fixed
- Correction to
Compare-DscParameterState
returning false positive when parameter
with an empty hashtable or CimInstance property is passed inDesriedValues
- 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
andCompare-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 functionTest-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.
- When you use