v5.1.0-preview0001
Pre-release
Pre-release
dscbot
released this
19 Feb 18:58
·
10 commits
to main
since this release
[v5.1.0-preview0001]
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
- Renamed
master
branch tomain
- 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 inTest-Thumbprint
so that it runs
on PowerShell Core/7.x.