Skip to content

Commit

Permalink
feat: ila deploy and undo in single functions (#407)
Browse files Browse the repository at this point in the history
- Added `Export-IlaJsonSpec` cmdlet to generate a JSON specification file for Intelligent Logging and Analytics.
- Added `Invoke-IlaDeployment` cmdlet to perform an end-to-end deployment of Intelligent Logging and Analytics.
- Added `Invoke-UndoIlaDeployment` cmdlet to perform removal of Intelligent Logging and Analytics.
- Enhanced `Add-vRLIAuthenticationWSA` cmdlet to check for connectivity and authentication to Workspace ONE Access.
- Enhanced `Add-WorkspaceOneRole` cmdlet for better pre and post validation.

Signed-off-by: Gary Blake <gblake@vmware.com>
  • Loading branch information
GaryJBlake authored Nov 23, 2023
1 parent 99954e3 commit d02ded7
Show file tree
Hide file tree
Showing 3 changed files with 568 additions and 199 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@
- Fixed `Export-vROPSJsonSpec` cmdlet to not populate secondary NTP server address from the Planning and Preparation workbook.
- Added `Export-IamJsonSpec` cmdlet to generate a JSON specification file for Identify and Access Management.
- Added `Invoke-IamDeployment` cmdlet to perform an end-to-end deployment of Identify and Access Management.
- Added `Invoke-UndoIamDeployment` cmdlet to perform removal of Identify and Access Management.
- Added `Invoke-UndoIamDeployment` cmdlet to perform removal of Identify and Access Management.
- Added `Add-NsxtIdentitySource` cmdlet to add LDAP/LDAPS Identity Source to NSX Manager.
- Added `Undo-NsxtIdentitySource` cmdlet to remove LDAP/LDAPS Identity Source from NSX Manager.
- Added `Export-IlaJsonSpec` cmdlet to generate a JSON specification file for Intelligent Logging and Analytics.
- Added `Invoke-IlaDeployment` cmdlet to perform an end-to-end deployment of Intelligent Logging and Analytics.
- Added `Invoke-UndoIlaDeployment` cmdlet to perform removal of Intelligent Logging and Analytics.
- Enhanced `Add-WorkspaceOneRole` cmdlet for better pre and post validation.
- Enhanced `Add-vRLIAuthenticationWSA` cmdlet to check for connectivity and authentication to Workspace ONE Access.

## v2.7.1

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

# Version number of this module.
ModuleVersion = '2.8.0.1002'
ModuleVersion = '2.8.0.1003'

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

0 comments on commit d02ded7

Please sign in to comment.