Skip to content

v0.9.0-preview0001

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 08 Jun 04:32
210424f

[v0.9.0-preview0001]

Added

  • Added private functions:
    • Get-ClassAst - Returns the AST for a single or all classes.
    • Get-ClassResourceAst - Returns the AST for a single or all DSC class
      resources.
    • Get-ClassResourceProperty - Returns DSC class resource properties
      from the provided class or classes.
    • Format-Text - Format a string according to predefined options.

Changed

  • New-DscResourceWikiPage
    • If a class-based resource has a parent class that contains DSC resource
      properties they will now also be returned as part of the DSC resource
      parameters (issue #62).

Fixed

  • Publish_GitHub_Wiki_Content
    • Output message if $GitHubToken not specified which skips this task.
      Fixes Issue 75