Skip to content

Commit

Permalink
- Updated New-OVUplinkSet to ensure ImageStreamer type always sets La…
Browse files Browse the repository at this point in the history
…cpLoadBalancingMode to None.

- Relaxed Show-OVFirmwareReport to allow supported Monitored server hardware resources in report collection.
- Fixed issue with Show-OVFirmwareReport not handling SDFlex compute partitions when attempting to display firmware.
- Enhanced Show-OVFirmwareReport to handle baselines that are associated with supported resources and are no longer present on the appliance.
- [#554] Fixed Synergy fabric module typo in New-OVLogicalInterconnectGroup for HPE Synergy 32Gb FC module.
- [#556] Updated Server.format.ps1xml to display connection address when is User Assigned from using Show-OVServerProfileConnection.
- [#557] Fixed New-OVLdapGroup and Set-OVLdapGroup requiring -Credential parameter when the authentication directory is assigned a service account.
- [#558] Fixed ConvertTo-OVPowerShellScript not handling multiple logical interconnect group mappings, and IPv6 Address pools.
- [#561] Fixed ConvertTo-OVPowerShellScript not providing server profile connection network name variable in generated script code.
- Fixed an issue within Set-OVUplinkSet where a provided Uplink Set resource (from Get-OVUplinkSet) reports an incorrect category type, causing validation logic to fail.
- Added -Name parameter to Get-OVAddressPoolRange to assist with filtering for specific pool ranges.
- Added -Append parameter to Set-OVLdapGroup and Set-OVUser Cmdlets to change the behavior of changing the roles or scope permissions.
- Deprecated Invoke-OVVcmMigration as the functionality was removed from HPE OneView 5.40.
  • Loading branch information
ChrisLynchHPE committed Mar 18, 2021
1 parent 90974bd commit c3509f3
Show file tree
Hide file tree
Showing 9 changed files with 1,639 additions and 1,656 deletions.
8 changes: 4 additions & 4 deletions Appliance.format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -2797,10 +2797,10 @@
<PropertyName>reservedIdCount</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>startAddress</PropertyName>
<ScriptBlock>$_.startStopFragments.startAddress</ScriptBlock>
</TableColumnItem>
<TableColumnItem>
<PropertyName>endAddress</PropertyName>
<ScriptBlock>$_.startStopFragments.endAddress</ScriptBlock>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
Expand Down Expand Up @@ -2851,11 +2851,11 @@
</ListItem>
<ListItem>
<Label>Start</Label>
<PropertyName>startAddress</PropertyName>
<ScriptBlock>$_.startStopFragments.startAddress</ScriptBlock>
</ListItem>
<ListItem>
<Label>End</Label>
<PropertyName>endAddress</PropertyName>
<ScriptBlock>$_.startStopFragments.endAddress</ScriptBlock>
</ListItem>
</ListItems>
</ListEntry>
Expand Down
21 changes: 16 additions & 5 deletions HPEOneView.550.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'HPEOneView.550.psm1'

# Version number of this module.
ModuleVersion = '5.50.2689.2416'
ModuleVersion = '5.50.2723.2763'

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

# ReleaseNotes of this module
ReleaseNotes = "Release 5.50.2689.2416
- [#538] Fixed HPOneView.Networking.SnmpV3User class to return NA instead of NONE when authentication protocol and no privacy protocol setting.
- [#552] Fixed duplicate key when attempting to convert from JSON to object with baselines."
ReleaseNotes = 'Release 5.50.2723.2763
- Updated New-OVUplinkSet to ensure ImageStreamer type always sets LacpLoadBalancingMode to "None".
- Relaxed Show-OVFirmwareReport to allow supported Monitored server hardware resources in report collection.
- Fixed issue with Show-OVFirmwareReport not handling SDFlex compute partitions when attempting to display firmware.
- Enhanced Show-OVFirmwareReport to handle baselines that are associated with supported resources and are no longer present on the appliance.
- [#554] Fixed Synergy fabric module typo in New-OVLogicalInterconnectGroup for HPE Synergy 32Gb FC module.
- [#556] Updated Server.format.ps1xml to display connection address when is User Assigned from using Show-OVServerProfileConnection.
- [#557] Fixed New-OVLdapGroup and Set-OVLdapGroup requiring -Credential parameter when the authentication directory is assigned a service account.
- [#558] Fixed ConvertTo-OVPowerShellScript not handling multiple logical interconnect group mappings, and IPv6 Address pools.
- [#561] Fixed ConvertTo-OVPowerShellScript not providing server profile connection network name variable in generated script code.
- Fixed an issue within Set-OVUplinkSet where a provided Uplink Set resource (from Get-OVUplinkSet) reports an incorrect category type, causing validation logic to fail.
- Added -Name parameter to Get-OVAddressPoolRange to assist with filtering for specific pool ranges.
- Added -Append parameter to Set-OVLdapGroup and Set-OVUser Cmdlets to change the behavior of changing the roles or scope permissions.
- Deprecated Invoke-OVVcmMigration as the functionality was removed from HPE OneView 5.40.'

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

0 comments on commit c3509f3

Please sign in to comment.