Skip to content

Commit

Permalink
fix: wsa deployment error
Browse files Browse the repository at this point in the history
- Fixed `Export-WsaJsonSpec` cmdlet where the cluster IP was being used for the database IP.
- Fixed `Invoke-UndoGlobalWsaDeployment` cmdlet where incorrect message output was being displayed.
- Enhanced `Export-GlobalWsaJsonSpec` cmdlet to include the export from Planning and Preparations Workbook the Workspace ONE Access database IP.

Signed-off-by: Gary Blake <[email protected]>
  • Loading branch information
GaryJBlake committed Jun 20, 2024
1 parent 9d08e57 commit 840303e
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 151 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## v2.10.2

> Release Date: 2024-06-20
- Fixed `Export-WsaJsonSpec` cmdlet where the cluster IP was being used for the database IP.
- Fixed `Invoke-UndoGlobalWsaDeployment` cmdlet where incorrect message output was being displayed.
- Enhanced `Export-GlobalWsaJsonSpec` cmdlet to include the export from Planning and Preparations Workbook the Workspace ONE Access database IP.

## v2.10.1

> Release Date: 2024-06-14
Expand Down
4 changes: 2 additions & 2 deletions PowerValidatedSolutions.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

# Module manifest for module 'PowerValidatedSolutions'
# Generated by: Broadcom
# Generated on: 2024-06-14
# Generated on: 2024-06-20

@{

# Script module or binary module file associated with this manifest.
RootModule = 'PowerValidatedSolutions.psm1'

# Version number of this module.
ModuleVersion = '2.10.1.1001'
ModuleVersion = '2.10.2.1001'
# Supported PSEditions
# CompatiblePSEditions = @()

Expand Down
Loading

0 comments on commit 840303e

Please sign in to comment.