Skip to content

v5.1.0-preview0002

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 23 Feb 05:56
· 9 commits to main since this release
384ba21

[v5.1.0-preview0002]

Added

  • PfxImport:
    • Added Base64Content parameter to specify the content of a PFX file that can be included in the
      configuration MOF - Fixes Issue #241.
  • CertificateImport:
    • Added Base64Content parameter to specify the content of a certificate file that can be included
      in the configuration MOF - Fixes Issue #241.

Changed

  • Fix bug where Import-PfxCertificateEx would not install private keys in the ALLUSERSPROFILE path
    when importing to LocalMachine store. Issue #248.
  • Renamed master branch to main - Fixes Issue #237.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #245.
  • Changed Test-Thumbprint to cache supported hash algorithms to increase
    performance - Fixes Issue #221.
  • Added warning messages into empty catch blocks in Certificate.PDT module to
    assist with debugging.

Fixed

  • Removed requirement for tests to use New-SelfSignedCertificateEx from
    TechNet Gallery due to retirement.
    This will prevent tests from running on Windows Server 2012 R2 - Fixes Issue #250.
  • Fixed FIPS support when used in versions of PowerShell Core 6 & PowerShell 7.
  • Moved thumbprint generation for testing into helper function New-CertificateThumbprint
    and fixed tests for validating FIPS thumbprints in Test-Thumbprint so that it runs
    on PowerShell Core/7.x.