Skip to content

v5.1.0

Compare
Choose a tag to compare
@PlagueHO PlagueHO released this 25 Dec 00:10
  • xWindowsFeature:
    • Added Catch to ignore RuntimeException when importing ServerManager
      module. This resolves issue
      #69.
    • Updated unit tests.
  • xPackage:
    • No longer checks for package installation when a reboot is required. This
      resolves issue
      #52.
    • Ensures a space is added to MSI installation arguments. This resolves
      issue
      #195.
    • Adds RunAsCredential parameter to permit installing packages with
      specific user account. This resolves issue
      #221.
    • Fixes null verbose log output error. This resolves issue
      #224.
  • xDSCWebService
    • Fixed issue where resource would fail to read redirection.config file.
      This resolves issue
      #191
  • xArchive
    • Fixed issue where resource would throw exception when file name contains
      brackets. This resolves issue
      #255.
  • xScript
    • Cleaned resource for high quality requirements
    • Added unit tests
    • Added integration tests
    • Updated documentation and example
  • ResourceSetHelper:
    • Updated common functions for all 'Set' resources.
    • Added unit tests
  • xGroupSet:
    • Updated resource to use new ResouceSetHelper functions and added
      integration tests.
  • xGroup:
    • Cleaned module imports, fixed PSSA issues, and set ErrorActionPreference
      to stop.
  • xService:
    • Cleaned resource functions to enable StrictMode.
    • Fixed bug in which Set-TargetResource would create a service when Ensure
      set to Absent and Path specified.
    • Added unit tests.
    • Added integration tests for BuiltInAccount and Credential.
  • xServiceSet:
    • Updated resource to use new ResouceSetHelper functions and added
      integration tests.
    • Updated documentation and example
  • xWindowsProcess
    • Cleaned resource as per high quality guidelines.
    • Added unit tests.
    • Added integration tests.
    • Updated documentation.
    • Updated examples.
    • Fixed bug in Get-TargetResource.
    • Added a 'Count' value to the hashtable returned by Get-TargetResource so
      that the user can see how many instances of the process are running.
    • Fixed bug in finding the path to the executable.
    • Changed name to be xWindowsProcess everywhere.
  • xWindowsOptionalFeatureSet
    • Updated resource to use new ResouceSetHelper functions and added
      integration tests.
    • Updated documentation and examples
  • xWindowsFeatureSet
    • Updated resource to use new ResouceSetHelper functions and added
      integration tests.
    • Updated documentation and examples
  • xProcessSet
    • Updated resource to use new ResouceSetHelper functions and added
      integration tests.
    • Updated documentation and examples
  • xRegistry
    • Updated resource to be high-quality
    • Fixed bug in which the user could not set a Binary registry value to 0
    • Added unit and integration tests
    • Added examples and updated documentation