Skip to content

v0.11.0

Compare
Choose a tag to compare
@dscbot dscbot released this 01 Aug 07:55
fbd65c3

[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.