Skip to content

Release v1.0.7

Compare
Choose a tag to compare
@jullienl jullienl released this 23 Oct 12:10
· 6 commits to main since this release
  • Enhanced DNS resolution and TCP connection reliability with HPE GreenLake endpoints by adding retry mechanisms for failures.
  • Improved session tracking object returned by Connect-HPEGL for better session management.
  • Optimized Connect-HPEGLWorkspace function for more efficient workspace connections, supporting various scenarios (no workspace, one workspace, multiple workspaces).
  • Removed unused functions to streamline the codebase.
  • Fixed New-HPEGLService function to correctly handle errors when the service is already provisioned.
  • Fixed Get-HPEGLDeviceAutoSubscription function to return output correctly.
  • Added four new functions: Get-HPEGLDeviceAutoReassign, Set-HPEGLDeviceAutoReassign, Remove-HPEGLDeviceAutoReassign, New-HPEGLServiceSubscription.
  • Renamed functions to support Secure Gateway and OneView appliances:
    • Get-HPECOMOneViewAppliance to Get-HPECOMAppliance
    • New-HPECOMApplianceOneView to New-HPECOMAppliance
    • Remove-HPECOMApplianceOneView to Remove-HPECOMAppliance
  • Added support for Secure gateway appliances in Get-HPECOMAppliance and New-HPECOMAppliance.
  • Added support for 'Secure gateway' connection type in Get-HPECOMServer and Get-HPECOMServerBySerialNumber functions.