Skip to content

v2.0.0-preview0003

Pre-release
Pre-release

Choose a tag to compare

@dscbot dscbot released this 29 Sep 10:43
804d3a0

[v2.0.0-preview0003]

Changed

  • azure-pipelines.yml
    • Remove windows-2019 images fixes #43
    • Move individual tasks to windows-latest.
  • ResourceBase
    • Cache properties not in desired state.
    • Make Set() call Test() and Test() call Get().
    • Remove use of array addition and ForEach-Object.
    • Output only relevant state output at Verbose. Fixes #45.

Removed

  • ResourceBase
    • Remove Compare() method as not used.
    • Removed feature flags and alternate behavior.