Skip to content

Commit

Permalink
- Added Compliance Preview back to Update-OVServerFirmware with -Prev…
Browse files Browse the repository at this point in the history
…iewOnly switch parameter.

- Fixed incorrect handling of server profile resource (assigned and unassigned) with Update-OVServerFirmware.

Signed-off-by: Chris Lynch <chris.lynch@hpe.com>
  • Loading branch information
ChrisLynchHPE committed Sep 26, 2024
1 parent 0dc80e7 commit 82067ef
Show file tree
Hide file tree
Showing 7 changed files with 795 additions and 542 deletions.
15 changes: 5 additions & 10 deletions HPEOneView.910.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'HPEOneView.910.psm1'

# Version number of this module.
ModuleVersion = '9.10.4006.1748'
ModuleVersion = '9.10.4012.2256'

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

# ReleaseNotes of this module
ReleaseNotes = 'Release 9.10.4006.1748
- Initial HPE OneView 9.10 library release.
- Added Get-OVRotateMPPasswordPolicy and Set-OVRotateMPPasswordPolicy cmdlets that will rotate the priviledged user account OneView deploys to a servers embedded management processor (i.e. iLO).
- Added Firmware Bundle Updates to New-OVServerProfileTemplate and New-OVServerProfile Cmdlets.
- Added server profile support to Update-OVServerFirmware Cmdlet. This will modify the server profile resource directly, and not invoke the process with the server hardware resource.
- Added Get-OVRemoteSupportPortalConnection, Register-OVRemoteSupportPortalConnection, Unregister-OVRemoteSupportPortalConnection Cmdlets to manage registering the appliance with the HPE Support Center for enhanced support case vibility.
- Fixed New-OVRemoteSupportContact returning the correct object type.
- Remove-OVRemoteSupportPartner API returns an Async task.'
ReleaseNotes = 'Release 9.10.4012.2256
- Added Compliance Preview back to Update-OVServerFirmware with -PreviewOnly switch parameter.
- Fixed incorrect handling of server profile resource (assigned and unassigned) with Update-OVServerFirmware.'

# Prerelease string of this module
# Prerelease = ''
Expand Down
329 changes: 299 additions & 30 deletions HPEOneView.910.psm1

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<SupportedUICultures>
<UICulture>
<UICultureName>en-US</UICultureName>
<UICultureVersion>9.10.4006.1750</UICultureVersion>
<UICultureVersion>9.10.4012.2257</UICultureVersion>
</UICulture>
</SupportedUICultures>
</HelpInfo>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ModuleInfo>
<ModuleContentURI>http://hewlettpackard.github.io/POSH-HPEOneView/UpdateHelp</ModuleContentURI>
<Version>9.10.4006.1748</Version>
<Version>9.10.4012.2256</Version>
</ModuleInfo>
Loading

0 comments on commit 82067ef

Please sign in to comment.