Skip to content

Commit

Permalink
chore(release): release respin
Browse files Browse the repository at this point in the history
Respinning the release due.

- 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.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson committed Mar 1, 2023
1 parent c067df2 commit becf87c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 946 deletions.
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 becf87c

Please sign in to comment.