You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.