Skip to content

v4.2.0

Latest
Compare
Choose a tag to compare
@dscbot dscbot released this 26 Aug 18:25
da0cd60

[v4.2.0]

Removed

  • WebAdministrationDsc
    • Removed the common function Find-Certificate in favor of the command
      present in the module DscResource.Common.
    • Removed the function Get-CurrentUser since no code were using it.

Changed

  • Website
    • Add Ensure to LogCustomFieldInformation. (issue #571)
    • Added code to ensure certificate selected has longest time until expiration when multiple matching certificates are found (issue #578)
  • WebVirtualDirectory
    • Added Credential paramater

Fixed

  • WebAdministrationDsc
    • Fix so pipeline use GitVersion v5.
  • IisLogging
    • Can now remove all LogCustomFields using Ensure. (issue #571)
  • WebSite
    • Added code to ensure certificate has private key. (issue #578)
  • Removed duplicated resource descriptions in README.md
  • Added documentation for ConfigurationPath attribute of IisMimeTypeMapping in README.md
  • WebVirtualDirectory
    • Fixed error when using UNC PhysicalPath. (issue #94)
  • Update build process to pin GitVersion to 5.* to resolve errors
    (gaelcolas/Sampler#477).