diff --git a/CHANGELOG.md b/CHANGELOG.md index e79ddecb..57d429a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,13 +39,13 @@ - `vrli-vcf-vmVrslcm.json` -> `aria-operations-logs-alerts-vm-asl.json` - `vrops-srm-notifications.csv` -> `aria-operations-notifications-srm.csv` - `vrops-vcf-notifications.csv` -> `aria-operations-notifications-vcf.csv` -- Enhanced `Export-vROPSJsonSpec` to support VMware Cloud Foundation v5.1.0 and VMware Aria Operations v8.12.1. +- Enhanced `Export-vROPSJsonSpec` to support VMware Cloud Foundation v5.1.0 and VMware Aria Operations v8.14.0. - Enhanced `Export-vRLIJsonSpec` to support deployment of VMware Aria Operations for Logs OVA using vSphere Content Library. - Enhanced `New-vRLIDeployment` to support deployment of VMware Aria Operations for Logs OVA using vSphere Content Library. -- Enhanced `Export-vRLIJsonSpec` to support VMware Cloud Foundation v5.1.0 and VMware Aria Operations for Logs v8.12.0. +- Enhanced `Export-vRLIJsonSpec` to support VMware Cloud Foundation v5.1.0 and VMware Aria Operations for Logs v8.14.0. - Enhanced `Export-VROPsJsonSpec` to support deployment of VMware Aria Operations OVA using vSphere Content Library. - Enhanced `New-vROPsDeployment` to support deployment of VMware Aria Operations OVA using vSphere Content Library. -- Enhanced `Export-vRAJsonSpec` to support VMware Cloud Foundation v5.1.0 and VMware Aria Automation v8.12.2. +- Enhanced `Export-vRAJsonSpec` to support VMware Cloud Foundation v5.1.0 and VMware Aria Automation v8.14.0. - Enhanced `Export-VraJsonSpec` to support deployment of VMware Aria Automation OVA using vSphere Content Library. - Enhanced `New-VraDeployment` to support deployment of VMware Aria Automation OVA using vSphere Content Library. - Enhanced `Export-WsaJsonSpec` to support VMware Cloud Foundation v5.1.0 and Workspace ONE Access v3.3.7. diff --git a/PowerValidatedSolutions.psm1 b/PowerValidatedSolutions.psm1 index 1ddef89b..128dd0a7 100644 --- a/PowerValidatedSolutions.psm1 +++ b/PowerValidatedSolutions.psm1 @@ -7263,10 +7263,10 @@ Function Export-vRLIJsonSpec { if ($vcfVersion -eq "4.4.0") { $vrliVersion = "8.6.2" } if ($vcfVersion -eq "4.4.1") { $vrliVersion = "8.6.2" } if ($vcfVersion -eq "4.5.0") { $vrliVersion = "8.8.2" } - if ($vcfVersion -eq "4.5.1") { $vrliVersion = "8.12.0" } - if ($vcfVersion -eq "4.5.2") { $vrliVersion = "8.12.0" } - if ($vcfVersion -eq "5.0.0") { $vrliVersion = "8.12.0" } - if ($vcfVersion -eq "5.1.0") { $vrliVersion = "8.12.0" } + if ($vcfVersion -eq "4.5.1") { $vrliVersion = "8.14.0" } + if ($vcfVersion -eq "4.5.2") { $vrliVersion = "8.14.0" } + if ($vcfVersion -eq "5.0.0") { $vrliVersion = "8.14.0" } + if ($vcfVersion -eq "5.1.0") { $vrliVersion = "8.14.0" } } else { $vrliVersion = $customVersion } @@ -9485,10 +9485,10 @@ Function Export-vROPsJsonSpec { if ($vcfVersion -eq "4.4.0") { $vropsVersion = "8.6.2"} if ($vcfVersion -eq "4.4.1") { $vropsVersion = "8.6.2"} if ($vcfVersion -eq "4.5.0") { $vropsVersion = "8.6.3"} - if ($vcfVersion -eq "4.5.1") { $vropsVersion = "8.12.1"} - if ($vcfVersion -eq "4.5.2") { $vropsVersion = "8.12.1"} - if ($vcfVersion -eq "5.0.0") { $vropsVersion = "8.12.1"} - if ($vcfVersion -eq "5.1.0") { $vropsVersion = "8.12.1"} + if ($vcfVersion -eq "4.5.1") { $vropsVersion = "8.14.0"} + if ($vcfVersion -eq "4.5.2") { $vropsVersion = "8.14.0"} + if ($vcfVersion -eq "5.0.0") { $vropsVersion = "8.14.0"} + if ($vcfVersion -eq "5.1.0") { $vropsVersion = "8.14.0"} } else { $vropsVersion = $customVersion } @@ -11931,10 +11931,10 @@ Function Export-vRAJsonSpec { if ($vcfVersion -eq "4.4.0") { $vraVersion = "8.6.2" } if ($vcfVersion -eq "4.4.1") { $vraVersion = "8.6.2" } if ($vcfVersion -eq "4.5.0") { $vraVersion = "8.8.2" } - if ($vcfVersion -eq "4.5.1") { $vraVersion = "8.12.2" } - if ($vcfVersion -eq "4.5.2") { $vraVersion = "8.12.2" } - if ($vcfVersion -eq "5.0.0") { $vraVersion = "8.12.2" } - if ($vcfVersion -eq "5.1.0") { $vraVersion = "8.12.2" } + if ($vcfVersion -eq "4.5.1") { $vraVersion = "8.14.0" } + if ($vcfVersion -eq "4.5.2") { $vraVersion = "8.14.0" } + if ($vcfVersion -eq "5.0.0") { $vraVersion = "8.14.0" } + if ($vcfVersion -eq "5.1.0") { $vraVersion = "8.14.0" } } else { $vraVersion = $customVersion }