Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 9ab3dd9

Browse files
Ryan Johnsontenthirtyam
authored andcommitted
feat: add initial password rotation cmdlets (#100)
- Added `Request-PasswordRotationPolicy` cmdlet and docs to retrieve the password rotation settings for accounts managed by SDDC Manager. Results can be filtered by resource type or workload domain. - Added `Publish-PasswordRotationPolicy` cmdlet and docs to publish the password rotation settings for accounts managed by SDDC Manager in HTML or JSON format. Results can be filtered by resource type or workload domain. - Updated module version and build to v1.4.0.1003. - Updated `CHANGELOG.md`. Ref: #17 Signed-off-by: Ryan Johnson <[email protected]>
1 parent 87fbcac commit 9ab3dd9

File tree

6 files changed

+696
-37
lines changed

6 files changed

+696
-37
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Enhancement:
88

99
- Added `Request-SddcManagerPasswordExpiration` cmdlet to retrieve the password expiration policy for the default local users on an SDDC Manager appliance. [GH-97](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/97)
1010
- Added `Update-SddcManagerPasswordExpiration` cmdlet to update the password expiration policy for the default local users on an SDDC Manager appliance. [GH-97](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/97)
11+
- Added `Request-PasswordRotationPolicy` cmdlet to retrieve the password rotation settings for accounts managed by SDDC Manager. Results can be filtered by resource type or workload domain. [GH-100](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/100)
12+
- Added `Publish-PasswordRotationPolicy` cmdlet to publish the password rotation settings for accounts managed by SDDC Manager in HTML or JSON format. Results can be filtered by resource type or workload domain. [GH-100](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/100)
1113

1214
Bug Fixes:
1315

VMware.CloudFoundation.PasswordManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '.\VMware.CloudFoundation.PasswordManagement.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.4.0.1002'
15+
ModuleVersion = '1.4.0.1003'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)