Skip to content

Commit

Permalink
- [#87] Added new Cmdlet to report utilization for server hardware, s…
Browse files Browse the repository at this point in the history
…erver profiles assigned to server hardware and enclosures with Show-HPOVUtilization.

- Fixed New-HPOVRack where rack height was not being calculated when only UHeight was provided.

Signed-off-by: Chris Lynch <[email protected]>
  • Loading branch information
ChrisLynchHPE committed Oct 6, 2020
1 parent 9041736 commit a6e896e
Show file tree
Hide file tree
Showing 7 changed files with 291 additions and 106 deletions.
10 changes: 4 additions & 6 deletions HPOneView.520.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'HPOneView.520.psm1'

# Version number of this module.
ModuleVersion = '5.20.2552.4058'
ModuleVersion = '5.20.2561.3357'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -153,12 +153,10 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = "Release 5.20.2552.4058
ReleaseNotes = "Release 5.20.2561.3357
-- Added iLO helper Cmdlets New-HPOVServerProfileIloPolicy, New-HPOVIloLocalUserAccount and New-HPOVIloDirectoryGroup for Server Profile and Server Profile Template Cmdlets.
-- [#505] Updated Show-HPOVFirmwareReport use of PowerShell operator -Match to [Regex]::Match() method to avoid PowerShell treating embedded parenthesis characters in the evalutation string, which would result in `"not enough ('s`" error message.
-- Fixed New-HPOVServerProfileTemplate where invalid BIOS Boot Mode was being set for unsupported server hardware.
-- [#506] Fixed Get-HPOVAddressPool and Get-HPOVAddressPoolRange not returning IPv6 pools and ranges."
- [#87] Added new Cmdlet to report utilization for server hardware, server profiles assigned to server hardware and enclosures with Show-HPOVUtilization.
- Fixed New-HPOVRack where rack height was not being calculated when only UHeight was provided."

# Prerelease string of this module
# Prerelease = ''
Expand Down
Loading

0 comments on commit a6e896e

Please sign in to comment.