Skip to content

Commit

Permalink
Fix address issues found during end to end testing (#463)
Browse files Browse the repository at this point in the history
- Various improvement to oneClick during end-to-end testing.
- Enhanced `Add-vCenterGlobalPermission` cmdlet to check for the existence of the vCenter Server role.

Signed-off-by: Gary Blake <gblake@vmware.com>
  • Loading branch information
GaryJBlake authored Jan 9, 2024
1 parent c31f9a6 commit 77ee31e
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 189 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
- to generate the JSON specification file using the Intelligent Operations Management JSON specification file.
- to support a custom output folder for the JSON specification file.
- Enhanced `Update-vRSLCMPSPack` cmdlet to perform a snapshot as part of the workflow and improved status checks.
- Enhanced `Add-vCenterGlobalPermission` cmdlet to check for the existence of the vCenter Server role.
- Removed `ilaDeployAriaOperationsLogs.ps1` from the \SampleScripts\ directory as functionality now provided using the `Invoke-IlaDeployment` cmdlet.
- Removed `ilaConfigureAriaOperationsLogs.ps1` from the \SampleScripts\ directory as functionality now provided using the `Invoke-IlaDeployment` cmdlet.
- Removed `ilaUndoAriaOperationsLogs.ps1` from the \SampleScripts\ directory as functionality now provided using the `Invoke-UndoIlaDeployment` cmdlet.
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.8.0.1036'
ModuleVersion = '2.8.0.1037'

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

0 comments on commit 77ee31e

Please sign in to comment.