Skip to content

v8.7.0

Compare
Choose a tag to compare
@PlagueHO PlagueHO released this 25 Dec 00:04
81a897a
  • MSFT_xWindowsProcess:
    • Fixes issue where a process will fail to be created if a $Path is passed
      that contains one or more spaces, and the resource is using $Credentials.
    • Fixes issue where a process will fail to be created if $Arguments are
      passed that contain one or more spaces (with or without credentials).
    • Fixes issue where Integration tests fail if empty Arguments are passed.
      issue #605
    • Heavily refactors MSFT_xWindowsProcess.Integration.Tests.ps1 and adds more
      Path and Arguments related test cases.
    • Removes reliance on test file WindowsProcessTestProcess.
  • Fixes test failures in xWindowsOptionalFeatureSet.Integration.Tests.ps1 due
    to accessing the windowsOptionalFeatureName variable before it is assigned.
    issue #612
  • MSFT_xDSCWebService
    • Fixes issue
      #536

      and starts the deprecation process for configuring a windows firewall
      (exception) rule using xDSCWebService
    • Fixes issue
      #463

      and fixes some bugs introduced with the new firewall rule handling