Skip to content

v3.1.0

Compare
Choose a tag to compare
@dscbot dscbot released this 30 Dec 17:07
a555b63

[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.