Skip to content

Commit

Permalink
feat: update aria version (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJBlake authored Oct 20, 2023
1 parent 371693e commit 82e55f6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
24 changes: 12 additions & 12 deletions PowerValidatedSolutions.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -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
}
Expand Down Expand Up @@ -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
}
Expand Down

0 comments on commit 82e55f6

Please sign in to comment.