Skip to content

Commit

Permalink
chore: add parameter descriptions
Browse files Browse the repository at this point in the history
- Added parameter descriptions to be used for upcoming documentation.
- Trimmed trailing whitespace, where applicable.
- Updated the `CHANGELOG.md`.
- Updated module version from v2.1.0.1010 to v2.1.0.1011.

Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
  • Loading branch information
Ryan Johnson authored May 22, 2023
1 parent d783387 commit aa3a5d5
Show file tree
Hide file tree
Showing 3 changed files with 1,384 additions and 72 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> Release Date: Unreleased
Bug Fixes:
Bug Fixe:

- Updates `Publish-NsxtTier0BgpStatus` to correctly format the HTML output if the NSX Tier-0 is not configured for BGP. [GH-134](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/134)

Expand All @@ -24,12 +24,13 @@ Refactor:
Chore:

- Updated the NSX product name and terms. [GH-135](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/135)
- Added `.PARAMETER` entries for user-facing functions. [GH-141](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/141)

## [v2.0.1](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/releases/tag/v2.0.1)

> Release Date: 2023-05-12
Bug Fixes:
Bug Fix:

- Updated `Request-SoSHealthJson` to omit the `precheckReport` and `versionHealth` from the SoS API request payload if the version is not VMware Cloud Foundatin 4.5.0 or later.

Expand Down Expand Up @@ -88,7 +89,7 @@ Bugfix:
- Resolves an issue with the display name of the vRealize Log Insight product name in the `Request-VrealizeOverview`due to an upstream error in the `.SYNOPSIS` of `Get-VCFvRLI` in `PowerVCF`. [GH-86](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/86)
- Updated `Test-VcfReportingPrereq` to return results when run on Photon OS. [GH-82](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/82)

Enhancement:
Enhancements:

- Updated `Publish-*` cmdlets to support JSON generation. Required for Heatlh Monitoring and Reporting solution. [GH-79](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/79)
- `Publish-BackupStatus`
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.1.0.1010'
ModuleVersion = '2.1.0.1011'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
Loading

0 comments on commit aa3a5d5

Please sign in to comment.