Skip to content

v1.3.0

Choose a tag to compare

@dscbot dscbot released this 15 Mar 16:08
aa3e377

[v1.3.0]

Added

  • ResourceBase
    • Added a new method NormalizeProperties that can be overridden in a
      derived class to provide custom normalization logic. This method can
      be used to normalize the properties of a desired state prior to the
      methods AssertProperties, GetCurrentState, and Modify being called.
      Default there is no normalization of properties. Fixes issue #27.