Skip to content

Commit

Permalink
fix: account lockout policy cmdlets (vmware#160)
Browse files Browse the repository at this point in the history
Fix for missing account lockout policy data for SDDC Manager and vCenter Server in VMware Cloud Foundation 5.1.0 and later based on the updates to Photon OS 4.0.

Ref: vmware#152

Signed-off-by: bhumitra nagar <bhumitra.nagar@broadcom.com>
  • Loading branch information
bhumitra authored Feb 8, 2024
1 parent 8eb4bc0 commit 88207b2
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 73 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Breaking Change:

- Removes support for Microsoft Windows PowerShell 5.1. Please use Microsoft PowerShell 7.2.0 or later. [GH-159](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/159)

Bugfix:

- Fix for missing account lockout policy data for SDDC Manager and vCenter Server. [GH-160](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/160)

## v1.7.1

> Release Date: 2024-01-30
Expand Down
6 changes: 3 additions & 3 deletions VMware.CloudFoundation.PasswordManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

# Module manifest for module 'VMware.CloudFoundation.PasswordManagement
# Generated by: Broadcom
# Generated on: 2024-02-01
# Generated on: 2024-02-27

@{

# Script module or binary module file associated with this manifest.
RootModule = '.\VMware.CloudFoundation.PasswordManagement.psm1'

# Version number of this module.
ModuleVersion = '1.7.2.1000'
ModuleVersion = '1.7.2.1001'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -61,7 +61,7 @@
}
@{
ModuleName = 'PowerValidatedSolutions';
ModuleVersion = '2.8.0'
ModuleVersion = '2.9.0'
}
)

Expand Down
Loading

0 comments on commit 88207b2

Please sign in to comment.