Skip to content

Commit

Permalink
feat: validated solutions menus (#560)
Browse files Browse the repository at this point in the history
- Added `Start-ValidatedSolutionMenu` cmdlet to load the Validated Solution main menu.
- Added `Start-AriaSuiteLifecycleMenu` cmdlet to load the VMware Aria Suite Lifecycle sub-menu.
- Added `Start-WorkspaceOneAccessMenu` cmdlet to load the Workspace ONE Access sub-menu.
- Added `Start-IamMenu` cmdlet to load the Identity and Access Management sub-menu.
- Added `Start-DriMenu` cmdlet to load the Developer Ready Infrastructure sub-menu.
- Added `Start-IlaMenu` cmdlet to load the Intelligent Logging and Analytics sub-menu.
- Added `Start-InvMenu` cmdlet to load the Intelligent Network Visibility sub-menu.
- Added `Start-PcaMenu` cmdlet to load the Private Cloud Automation sub-menu.
- Added `Start-PdrMenu` cmdlet to load the Site Protection and Disaster Recovery sub-menu.
- Added `Start-HrmMenu` cmdlet to load the Health Reporting and Monitoring sub-menu.
- Added `Start-CbwMenu` cmdlet to load the Cloud-Based Workload Protection sub-menu.
- Added `Start-CbrMenu` cmdlet to load the Cloud-Based Ransomware Recovery sub-menu.
- Added `Start-CcmMenu` cmdlet to load the Cross Cloud Mobility sub-menu.

Signed-off-by: Gary Blake <gblake@vmware.com>
  • Loading branch information
GaryJBlake authored Apr 5, 2024
1 parent b291984 commit 8533699
Show file tree
Hide file tree
Showing 3 changed files with 1,146 additions and 52 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

> Release Date: Unreleased
- Added `Start-ValidatedSolutionMenu` cmdlet to load the Validated Solution main menu.
- Added `Start-AriaSuiteLifecycleMenu` cmdlet to load the VMware Aria Suite Lifecycle sub-menu.
- Added `Start-WorkspaceOneAccessMenu` cmdlet to load the Workspace ONE Access sub-menu.
- Added `Start-IamMenu` cmdlet to load the Identity and Access Management sub-menu.
- Added `Start-DriMenu` cmdlet to load the Developer Ready Infrastructure sub-menu.
- Added `Start-IlaMenu` cmdlet to load the Intelligent Logging and Analytics sub-menu.
- Added `Start-IomMenu` cmdlet to load the Intelligent Operations Management sub-menu.
- Added `Start-InvMenu` cmdlet to load the Intelligent Network Visibility sub-menu.
- Added `Start-PcaMenu` cmdlet to load the Private Cloud Automation sub-menu.
- Added `Start-PdrMenu` cmdlet to load the Site Protection and Disaster Recovery sub-menu.
- Added `Start-HrmMenu` cmdlet to load the Health Reporting and Monitoring sub-menu.
- Added `Start-CbwMenu` cmdlet to load the Cloud-Based Workload Protection sub-menu.
- Added `Start-CbrMenu` cmdlet to load the Cloud-Based Ransomware Recovery sub-menu.
- Added `Start-CcmMenu` cmdlet to load the Cross Cloud Mobility sub-menu.
- Fixed `Test-ADAuthentication` cmdlet to pass failure message as an output rather than error message so it can be evaluated.
- Enhanced `Add-NsxtIdentitySource` cmdlet to verify the Active Directory credentials are valid.

Expand Down
2 changes: 1 addition & 1 deletion PowerValidatedSolutions.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'PowerValidatedSolutions.psm1'

# Version number of this module.
ModuleVersion = '2.10.0.1000'
ModuleVersion = '2.10.0.1001'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
Loading

0 comments on commit 8533699

Please sign in to comment.