Skip to content

Commit 641e2df

Browse files
committed
refactor: aria password policy (#213)
- Updates the `Update-AriaLocalUserPasswordComplexity` function for VMware Aria Operations for Networks history setting. - Updates the `Get-AriaLocalUserPasswordComplexity` function for VMware Aria Operations for Networks. - Refactors each `Request-AriaLocalUser*` functions to return `Not configured.` if the value is not set. Signed-off-by: Ryan Johnson <[email protected]>
1 parent e662b98 commit 641e2df

3 files changed

+2539
-2514
lines changed

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@
22

33
## v1.8.3
44

5-
> Release Date: Not Released
5+
> Release Date: 2024-08-21
6+
7+
Bug Fix:
8+
9+
- Updates the `Update-AriaLocalUserPasswordComplexity` function for VMware Aria Operations for Networks history setting. [GH-213](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/213)
10+
- Updates the `Get-AriaLocalUserPasswordComplexity` function for VMware Aria Operations for Networks. [GH-213](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/213)
611

712
Chore:
813

914
- Added Pester tests for VMware Aria components. [GH-211](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/211)
1015
- Updated `PowerValidatedSolutions` from v2.11.0 to v2.11.1. [GH-214](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/214)
1116

17+
Refactor:
18+
19+
- Refactors each `Request-AriaLocalUser*` functions to return `Not configured.` if the value is not set. GH-213](https://github.com/vmware/powershell-module-for-vmware-cloud-foundation-password-management/pull/213)
20+
1221
## v1.8.2
1322

1423
> Release Date: 2024-07-24

Diff for: VMware.CloudFoundation.PasswordManagement.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Module manifest for module 'VMware.CloudFoundation.PasswordManagement
55
# Generated by: Broadcom
6-
# Generated on: 2024-08-20
6+
# Generated on: 2024-08-21
77

88
@{
99
# Script module or binary module file associated with this manifest.

0 commit comments

Comments
 (0)