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
Updated build to use Sampler.GitHubTasks - Fixes Issue #489.
Added support for publishing code coverage to CodeCov.io and
Azure Pipelines - Fixes Issue #491.
Minor reformatting of code style for diffability.
ProxySettings
Added function Get-ProxySettingsRegistryKeyPath to provide initial
support for changing proxy settings for current user.
BREAKING CHANGE: Added support for configuring proxy settings for a user
account by adding Target parameter - Fixes Issue #423.
Updated .github issue templates to standard - Fixes Issue #508.
Added Create_ChangeLog_GitHub_PR task to publish stage of build pipeline.
Added SECURITY.md.
Updated pipeline Deploy_Module anb Code_Coverage jobs to use ubuntu-latest
images - Fixes Issue #508.
Updated pipeline unit tests and integration tests to use Windows Server 2019 and
Windows Server 2022 images - Fixes Issue #507.
NetAdapterState
Added a new message when setting the state of an adapter.
Fixed
Fixed pipeline by replacing the GitVersion task in the azure-pipelines.yml
with a script.
NetAdapterState
Fixed so that the resource is idempotent so that Enable-NetAdapter and Disable-NetAdapter are only called when change is required.
NetAdapterLso
Fixed integration tests so that they will be skipped if a network adapter
with NDIS version 6 or greater is not available.