Skip to content

Commit

Permalink
feat: show console output
Browse files Browse the repository at this point in the history
Added `Show-ReportingOutput` cmdlet to format output to the console when `PowerVCF` is not installed.

Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
  • Loading branch information
tenthirtyam committed Apr 13, 2023
1 parent c4e9ef6 commit d60d78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.Reporting.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @()
Expand Down

0 comments on commit d60d78c

Please sign in to comment.