Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Latest commit

 

History

History
65 lines (49 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

65 lines (49 loc) · 2.24 KB

Change log for xWebAdministration

The format is based on and uses the types of changes according to Keep a Changelog, and this project adheres to Semantic Versioning.

For older change log history see the historic changelog.

[Unreleased]

Changed

  • xWebAdministration
    • Set testRunTitle for PublishTestResults task so that a helpful name is displayed in Azure DevOps for each test file artifact.
    • Update Visual Studio Code workspace settings for the repository.
    • Set a display name on all the jobs and tasks in the CI pipeline.

Fixed

  • xWebAdministration
    • Update GitVersion.yml with the correct regular expression.
  • xWebsite
    • Fixed HTTPS binding issue causing failure when CertificateSubject matches multiple certificates.

[3.1.0] - 2019-12-30

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.