Skip to content

Releases: dsccommunity/DscResource.Base

v1.1.1-preview0002

14 May 16:56
8391fad
Compare
Choose a tag to compare
v1.1.1-preview0002 Pre-release
Pre-release

[v1.1.1-preview0002]

Fixed

  • DscResource.Base
    • Test results is now found for the HQRM tests when run in the pipeline.
  • ResourceBase
    • Fixed style changed.

Changed

  • DscResource.Base
    • Move code coverage task in the pipeline to use task PublishCodeCoverageResults@2.
  • Get-LocalizedDataRecursive
    • Move strings to localized versions (issue #7).
    • Fix various formatting issues

v1.1.1-preview0001

23 Apr 18:38
1b46620
Compare
Choose a tag to compare
v1.1.1-preview0001 Pre-release
Pre-release

[v1.1.1-preview0001]

Fixed

  • ResourceBase
    • Fixed style changed.

v1.1.0

26 Feb 12:41
d97d1e1
Compare
Choose a tag to compare

[v1.1.0]

Added

  • DscResource.Base
    • A new private function ConvertFrom-Reason was added which takes an
      array of [Reason] and coverts it to an array of [System.Collections.Hashtable].

Changed

  • DscResource.Base
    • Enable Pester's new code coverage method.
    • The private function ConvertTo-Reason was renamed Resolve-Reason.
  • ResourceBase
    • The property Reasons in derived class-based resources is now expected
      to use the type [System.Collections.Hashtable[]] (issue #4).

Fixed

  • DscResource.Base
    • Correct pipeline definition id for status badges in README.md.
  • ResourceBase
    • Increased code coverage.

v1.1.0-preview0001

26 Feb 12:35
d97d1e1
Compare
Choose a tag to compare
v1.1.0-preview0001 Pre-release
Pre-release

[v1.1.0-preview0001]

Added

  • DscResource.Base
    • A new private function ConvertFrom-Reason was added which takes an
      array of [Reason] and coverts it to an array of [System.Collections.Hashtable].

Changed

  • DscResource.Base
    • Enable Pester's new code coverage method.
    • The private function ConvertTo-Reason was renamed Resolve-Reason.
  • ResourceBase
    • The property Reasons in derived class-based resources is now expected
      to use the type [System.Collections.Hashtable[]] (issue #4).

Fixed

  • DscResource.Base
    • Correct pipeline definition id for status badges in README.md.
  • ResourceBase
    • Increased code coverage.

v1.0.0

31 Dec 16:42
0506f25
Compare
Choose a tag to compare

[v1.0.0]

Added

  • Added the first version of ResourceBase.

v1.0.0-preview0001

31 Dec 16:28
0506f25
Compare
Choose a tag to compare
v1.0.0-preview0001 Pre-release
Pre-release

[v1.0.0-preview0001]

Added

  • Added the first version of ResourceBase.