Skip to content

Commit

Permalink
feat: improvements to ila & iom oneclick (#454)
Browse files Browse the repository at this point in the history
- Enhanced `Export-IlaJsonSpec`:
   - Added contentLibraryName
- Enhanced `Invoke-IlaDeployment`
   - Added Creating a vSphere Content Library
- Enhanced `Export-IomJsonSpec`:
   - Added contentLibraryName
- Enhanced `Invoke-IomDeployment`
   - Added Creating a vSphere Content Library
- Added `Import-ContentLibraryItem` cmdlet to support adding files to a vSphere Content Library.

Signed-off-by: Gary Blake <gblake@vmware.com>
  • Loading branch information
GaryJBlake authored Dec 29, 2023
1 parent ca0a866 commit 000ee78
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 126 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
- Added `Undo-vRADeployment` cmdlet to remove VMware Aria Automation from VMware Aria Suite Lifecycle.
- Added `Add-vRSLCMMyVMwareAccount` cmdlet to add a Customer Connect Account to VMware Aria Suite Lifecycle.
- Added `Undo-vRSLCMMyVMwareAccount` cmdlet to remove a Customer Connect Account to VMware Aria Suite Lifecycle.
- Added `Start-vRSLCMSnapshot` cmdlet to start a snapshop operation of VMware Aria Suite Lifecycle.
- Added `Start-vRSLCMSnapshot` cmdlet to start a snapshot operation of VMware Aria Suite Lifecycle.
- Added `Import-ContentLibraryItem` cmdlet to support adding files to a vSphere Content Library.
- Fixed `Undo-SddcManagerRole` cmdlet where a blank line is returned due to no API response data.
- Fixed `Undo-WorkspaceOneNsxtIntegration` cmdlet for a typo in the post validation message.
- Fixed `Undo-NsxtVimRole` cmdlet where a blank line is returned due to no API response data.
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.1028'
ModuleVersion = '2.8.0.1029'

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

0 comments on commit 000ee78

Please sign in to comment.