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.
The key has expired.
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