Skip to content

v4.2.0-preview0002

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 22 May 19:42
cfced5c

[v4.2.0-preview0002]

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)

Fixed

  • IisLogging
    • Can now remove all LogCustomFields using Ensure. (issue #571)
  • WebSite
    • Added code to ensure certificate has private key. (issue #578)