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.
[v3.1.0]
Added
xWebAdministration
Added continuous delivery with a new CI pipeline
(issue #547).
Added CONTRIBUTION.md.
Changed
xWebAdministration.Common
Added new helper function Get-WebConfigurationPropertyValue to
help return a value of a WebConfigurationProperty. This helper function is unable to be unit tested because it is using a type that cannot be mocked.
xWebAppPoolDefaults
Changed to use the new helper function Get-WebConfigurationPropertyValue
so that the resource can be properly unit tested.
xWebConfigProperty
Changed to use the new helper function Get-WebConfigurationPropertyValue
so that the resource can be properly unit tested.
Fixed
WebApplicationHandler
Fix Test-TargetResource to compare only properties that are specified
in the configuration (issue #544).
xWebConfigProperty
In some cases a verbose message was not outputted with any text, now
all verbose messages are correctly shown.
xWebSite
In some cases a verbose message was not outputted with any text, now
all verbose messages are correctly shown.
Removed
CommonTestHelper
Removed unused functions Get-InvalidArgumentRecord and Get-InvalidOperationRecord.