Skip to content

Commit

Permalink
chore: release updates (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJBlake committed May 30, 2023
1 parent aa3a5d5 commit 111c0c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

> Release Date: Unreleased
> Release Date: 2023-05-30
Bug Fixe:
Bugfix:

- 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 Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ Update-Module -Name PowerValidatedSolutions

Each cmdlet may provide one or more usage examples. Many of the cmdlets require that credentials are provided to output to the PowerShell console or a report.

The cmdlets in this module, and its dependencies, return data from multple platform components. The credentials for most of the platform components are returned to the cmdlets by retrieving credentials from the SDDC Manager inventory and using these credentials, as needed, within cmdlet operations.
The cmdlets in this module, and its dependencies, return data from multiple platform components. The credentials for most of the platform components are returned to the cmdlets by retrieving credentials from the SDDC Manager inventory and using these credentials, as needed, within cmdlet operations.

For the best expereince, for cmdlets that connect to SDDC Manager, use the VMware Cloud Foundation API user `admin@local` or an account with the **ADMIN** role in SDDC Manager (e.g., `[email protected]`).
For the best experience, for cmdlets that connect to SDDC Manager, use the VMware Cloud Foundation API user `admin@local` or an account with the **ADMIN** role in SDDC Manager (e.g., `[email protected]`).

## Getting Started with Reports

Expand Down Expand Up @@ -446,7 +446,7 @@ The `Invoke-VcfSystemAlertReport` cmdlet generates a system alert report. This r

2. Replace the values in the sample code with values for the instance of VMware Cloud Foundation to generate a system alert report for SDDC Manager instance and run the commands in the PowerShell console.

**Example**: Windowa
**Example**: Windows

```powershell
$sddcManagerFqdn = "sfo-vcf01.sfo.rainpole.io"
Expand Down Expand Up @@ -480,7 +480,7 @@ The `Invoke-VcfSystemAlertReport` cmdlet generates a system alert report. This r

2. Replace the values in the sample code with values for the instance of VMware Cloud Foundation to generate a system alert report for SDDC Manager instance and run the commands in the PowerShell console.

**Example**: Windowa
**Example**: Windows

```powershell
$sddcManagerFqdn = "sfo-vcf01.sfo.rainpole.io"
Expand Down Expand Up @@ -626,8 +626,8 @@ The upgrade precheck report, initiates an upgrade precheck of a workload domain

## Contributing

The project team welcomes contributions from the community. Before you start working with PowerValidatedSolutions, please
read our [Developer Certificate of Origin][vmware-cla-dco]. All contributions to this repository must be
The project team welcomes contributions from the community. Before you start working with VMware.CloudFoundation.Reporting,
please read our [Developer Certificate of Origin][vmware-cla-dco]. All contributions to this repository must be
signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on
as an open-source patch.

Expand Down Expand Up @@ -668,7 +668,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
[microsoft-powershell]: https://docs.microsoft.com/en-us/powershell
[module-vmware-powercli]: https://www.powershellgallery.com/packages/VMware.PowerCLI
[module-vmware-vsphere-ssoadmin]: https://www.powershellgallery.com/packages/VMware.vSphere.SsoAdmin
[module-powervcf]: https://www.powershellgallery.com/packages/PowerVCF/2.2.0
[module-powervcf]: https://www.powershellgallery.com/packages/PowerVCF
[module-reporting]: https://www.powershellgallery.com/packages/VMware.CloudFoundation.Reporting
[module-powervalidatedsolutions]: https://www.powershellgallery.com/packages/PowerValidatedSolutions
[vmware-photon]: https://vmware.github.io/photon/
Expand Down
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.Reporting.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '046bcd4d-209a-4520-87f5-080650399a43'
GUID = '043bbd4d-206a-4520-87f5-070450379d72'

# Author of this module
Author = 'Gary Blake, Ryan Johnson, Ivaylo Ivanov, Antony Stefanov - Cloud Infrastructure Business Group (CIBG)'
Expand Down

0 comments on commit 111c0c8

Please sign in to comment.