Skip to content

v0.9.2

Compare
Choose a tag to compare
@dscbot dscbot released this 22 Jul 16:25
e914604

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