Skip to content

Commit

Permalink
feat: add support for vcf 521
Browse files Browse the repository at this point in the history
- Updated `config.PowerValidatedSolutions` to support VMware Cloud Foundation 5.2.1

Signed-off-by: Gary Blake <gblake@vmware.com>
  • Loading branch information
GaryJBlake committed Sep 18, 2024
1 parent b47db80 commit 01a907f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
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.12.0.1032'
ModuleVersion = '2.12.0.1033'

# ID used to uniquely identify this module
GUID = 'a6dfed7b-65d2-4da2-bdcc-7f3d3df9b75d'
Expand Down
30 changes: 30 additions & 0 deletions config.PowerValidatedSolutions
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,36 @@
"AriaComponent": "WorkspaceONE",
"Version": "3.3.7"
}
],
"5.2.1":[
{
"AriaComponent": "AriaSuiteLifecycle",
"Version": "8.18.0"
},
{
"AriaComponent": "AriaSuiteLifecyclePsPack",
"Version": ""
},
{
"AriaComponent": "AriaOperationsForLogs",
"Version": "8.18.0"
},
{
"AriaComponent": "AriaOperationsForNetworks",
"Version": "6.14.0"
},
{
"AriaComponent": "AriaOperations",
"Version": "8.18.1"
},
{
"AriaComponent": "AriaAutomation",
"Version": "8.18.1"
},
{
"AriaComponent": "WorkspaceONE",
"Version": "3.3.7"
}
]
}]
}

0 comments on commit 01a907f

Please sign in to comment.