Skip to content

Commit

Permalink
chore(release): release respin
Browse files Browse the repository at this point in the history
Respinning release due to the presence of the password policy functions that were moved to the `PowerValidatedSolutions` 2.0.x module.

- Removed the password policy functions that were moved to the `PowerValidatedSolutions` 2.0.x module.
- Updated the `README.md` to update the `Invoke-VcfPassowrdPolicy` example to include a missing parameter.
- Updated the `Generated on` date for the module release.
- Updated the `GUID` for the module release.
- Updated the `ModuleVersion` for the module release.
- Updated the `CHANGELOG.md` for the module changes.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson committed Mar 1, 2023
1 parent c067df2 commit eb03ecc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 946 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Documenation:
- Updates `README.md` documentation to include support for DellEMC VxRAIL. [GH-98](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/98)

Chore:
- Removes the password policy functions that were moved to `PowerValidatedSolutions` v2.0.0. [GH-100](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/100)
- Updates `PowerValidatedSolutions` from v2.0.0 to v2.0.1. [GH-99](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/pull/99)

## [v1.0.6](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-reporting/releases/tag/v1.0.6)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ The `Invoke-VcfPasswordPolicyReport` cmdlet generates a password policy report.
3. Generate the report by running the command in the PowerShell console.
```powershell
Invoke-VcfPasswordPolicy -sddcManagerFqdn $sddcManagerFqdn -sddcManagerUser $sddcManagerUser -sddcManagerPass $sddcManagerPass -reportPath $reportPath -allDomains
Invoke-VcfPasswordPolicy -sddcManagerFqdn $sddcManagerFqdn -sddcManagerUser $sddcManagerUser -sddcManagerPass $sddcManagerPass -sddcRootPass $sddcManagerRootPass -reportPath $reportPath -allDomains
```
4. Review the generated HTML report.
Expand Down Expand Up @@ -566,7 +566,7 @@ The `Invoke-VcfPasswordPolicyReport` cmdlet generates a password policy report.
3. Generate the report by running the command in the PowerShell console.
```powershell
Invoke-VcfPasswordPolicy -sddcManagerFqdn $sddcManagerFqdn -sddcManagerUser $sddcManagerUser -sddcManagerPass $sddcManagerPass -reportPath $reportPath -workloadDomain $workloadDomain
Invoke-VcfPasswordPolicy -sddcManagerFqdn $sddcManagerFqdn -sddcManagerUser $sddcManagerUser -sddcManagerPass $sddcManagerPass -sddcRootPass $sddcManagerRootPass -reportPath $reportPath -workloadDomain $workloadDomain
```
4. Review the generated HTML report.
Expand Down
6 changes: 3 additions & 3 deletions VMware.CloudFoundation.Reporting.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Gary Blake, Cloud Infrastructure Business Group (CIBG)
#
# Generated on: 02/28/2023
# Generated on: 03/01/2023
#

@{
Expand All @@ -12,13 +12,13 @@
RootModule = '.\VMware.CloudFoundation.Reporting.psm1'

# Version number of this module.
ModuleVersion = '1.1.0.1001'
ModuleVersion = '1.1.0.1002'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '076a93a7-31c4-4896-b712-4e620cf919b6'
GUID = 'acae0d50-ff72-459c-9ab7-98d79dd59fd9'

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

0 comments on commit eb03ecc

Please sign in to comment.