Skip to content

v9.2.0

Latest
Compare
Choose a tag to compare
@dscbot dscbot released this 30 Sep 16:52
c8977b0

[v9.2.0]

Added

  • ScheduledTask
    • Added support for configuring Event ValueQueries, allowing the triggering event to be
      parsed for values which are sent to the scheduled task script.
      Fixes Issue #392.

Fixed

  • ScheduledTask
    • Resolved an issue where DaysOfWeek array ordering can cause configuration drift.
      Fixes Issue #354.
  • Update build process to pin GitVersion to 5.* to resolve errors
    (gaelcolas/Sampler#477).

Changed

  • CI Pipeline
    • Updated pipeline files to match current DSC Community patterns - fixes Issue #427.
    • Updated HQRM step to use windows-latest image.