From d60d78c6438b727ee62cc30fc5969a2748354b9a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 13 Apr 2023 09:02:42 -0400 Subject: [PATCH] feat: show console output Added `Show-ReportingOutput` cmdlet to format output to the console when `PowerVCF` is not installed. Signed-off-by: Ryan Johnson --- CHANGELOG.md | 1 + VMware.CloudFoundation.Reporting.psd1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eacbb750..6d0ce61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Enhancement: - Updated `Publish-CertificateHealth` to include an "Expires In (Days)" column. [GH-107](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/107) - Updated `Publish-CertificateHealth` to include ESXi host certificates. [GH-107](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/107) - Updated `Publish-PasswordHealth` to include an "Expires In (Days)" column. [GH-111](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/111) +- Added `Show-ReportingOutput` cmdlet to format output to the console when `PowerVCF` is not installed. Refactor: diff --git a/VMware.CloudFoundation.Reporting.psd1 b/VMware.CloudFoundation.Reporting.psd1 index 537873c7..30502956 100644 --- a/VMware.CloudFoundation.Reporting.psd1 +++ b/VMware.CloudFoundation.Reporting.psd1 @@ -12,7 +12,7 @@ RootModule = '.\VMware.CloudFoundation.Reporting.psm1' # Version number of this module. - ModuleVersion = '2.0.0.1006' + ModuleVersion = '2.0.0.1007' # Supported PSEditions # CompatiblePSEditions = @()