Release 1.10.1378
ChrisLynchHPE
released this
31 Oct 20:39
·
7 commits
to master
since this release
Release 1.10.1378
- Fixed Remove-HPOVStorageVolume where it should have supported Confirm and WhatIf parameter options when attempting to delete a storage volume resource.
- Fixed Upload-File internal function headers and how responses are returned once the file has been uploaded.
- Fixed Install-HPOVUpdate where the appliance firmware update would not stage properly.
- Fixed Copy-HPOVProfile where the wrong Exception class was being used to generate a terminating error during task validation.
- Fixed New-HPOVNetworkSet UntaggedNetwork parameter, where if a PSCustomObject was provided, the URI value was casted as [System.Array] instead of [System.String].
- Fixed Set-HPOVUser where the new password wasn't being set properly as part of the user resource.
- Fixed and Renamed Set-HPOVRole (to Set-HPOVUserRole, cmdlet alias set to Set-HPOVRole) where roles were not being processed correctly.
- Fixed Add-HPOVEnclosure where the caller would not be prompted if the enclosure was already managed by another manager (HP OneView or Virtual Connect Manager).
- Fixed New-HPOVStorageVolume where if a Volume Template was provided, the volume would fail to create.
- Updated Send-HPOVRequest to handle GZip decompression automatically via System.Net.HttpWebRequest.AutomaticDecompression
property. - Updated Set-HPOVNetwork and Set-HPOVNetworkSet to provide more native features to update networks and network sets.
- Added ConvertFrom-HTML internal helper function to convert HTML to text, which can then be displayed in the PowerShell console without using a Web Browser to display the HTML page (i.e. Appliance Update Release Notes.)
- Added Wildcard Name support to Get-HPOVNetwork.
- Added Wildcard Name support to Get-HPOVNetworkSet.
- Added Wildcard Name support to Get-HPOVProfile.
- Added Wildcard Name support to Get-HPOVServer.
- Added Wildcard Name support to Get-HPOVStorageSystem.
- Added Wildcard Name support to Get-HPOVStoragePool.
- Added Wildcard Name support to Get-HPOVStorageVolume.
- Added the ability to filter for unassigned Server Profiles in Get-HPOVProfile.
- Added the ability to filter for Server Hardware without Server Profiles in Get-HPOVServer.
- Added support for Server Profile alerts in Get-HPOVAlert.
- Added Set-HPOVUserPassword to allow the current user to update/change their password.
- Added Set-HPOVLdapGroup to modify the roles assigned to the directory group.
- Renamed the following CMDLETs, and provided CMDLET alias to the original name:
- New-HPOVEnclosure -> Add-HPOVEnclosure
- New-HPOVServer -> Add-HPOVServer
- New-HPOVPowerDevice -> Add-HPOVPowerDevice
- New-HPOVStorageSystem -> Add-HPOVStorageSystem,
- New-HPOVStoragePool -> Add-HPOVStoragePool
- New-HPOVSanManager -> Add-HPOVSanManager