v2.5.0
Release Date: 2023-12-15
Breaking Change:
- Removes support for Microsoft Windows PowerShell 5.1. Please use Microsoft PowerShell 7.2.0 or later. GH-200
Enhancement:
- Added a prerequisite check to
Invoke-VcfHealthReport
function to verify that the tar utility is present on Windows if using Windows PowerShell 5.1 (Desktop) or PowerShell 7 (Core). Thetar
utility is included with Windows Server 2019 and later and is noted as a system requirement in the documentation. GH-191 - Added support for use of secure strings for sensitive parameters. GH-199
Chore: