Skip to content

Commit

Permalink
feat: add recovery site configuration to pdr end-to-end (#660)
Browse files Browse the repository at this point in the history
- Enhanced `Export-PdrJsonSpec` cmdlet to include additional details for Anti-Affinity rule and Startup Group configuration in the recovery instance.
- Enhanced `Invoke-PdrDeployment` cmdlet to perform recovery instance configuration tasks.
- Enhanced `Invoke-UndoPdrDeployment` cmdlet to perform the removal of recovery instance configuration tasks.

Signed-off-by: Gary Blake <gblake@vmware.com>
  • Loading branch information
GaryJBlake authored Jun 17, 2024
1 parent b41b8d6 commit 4bc23d8
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 49 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
- Enhanced `Undo-vRAvROPsIntegrationItem` cmdlet for better error checking and message handling.
- Enhanced `Update-vROPSvRAAdapterCredential` cmdlet to reduce the number of inputs required.
- Enhanced `Request-AriaNetworksToken` cmdlet for better readability and consistency with other cmdlets.
- Enhanced `Export-PdrJsonSpec` cmdlet to include additional details for Anti-Affinity rule and Startup Group configuration in the recovery instance.
- Enhanced `Invoke-PdrDeployment` cmdlet to perform recovery instance configuration tasks.
- Enhanced `Invoke-UndoPdrDeployment` cmdlet to perform the removal of recovery instance configuration tasks.

## v2.10.0

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.11.0.1020'
ModuleVersion = '2.11.0.1021'

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

0 comments on commit 4bc23d8

Please sign in to comment.