Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

0.13.0

Choose a tag to compare

@equelin equelin released this 15 Mar 11:46
· 33 commits to master since this release

What's new ?

  • Enhanced support for full flash arrays (Thanks to @mtboren)
  • Enhanced support of OS 4.1 and API 5.0
  • Speeding up the load of the module
  • Added feature to update PS window titlebar with connected-Unity-session informations (Thanks to @mtboren)

unity

  • Added new function Get-UnityHostIniator (Thanks to @BrandonStiff)

Download link

The module is available on the Powershell Gallery:

https://www.powershellgallery.com/packages/Unity-Powershell/0.13.0

Alternatively, you can download the code from GitHub.

New functions

Bug corrections

  • #17 Get-Unity* functions where not usable with Unity full flash arrays
  • #18 New-UnityVMwareLUN, New-UnityVMwareNFS and New-UnityLUN did not enable compression by default
  • Added missing properties in multiples classes

Behind the curtain

  • Nearly all Get-Unity* functions had been refactored to simplify the maintainability of the code
  • Types definition are now retrieved from the array's API and stored in the $global:DefaultUnitySession variable. Those informations are used to build the URI in the Get-Unity* functions
  • Added Pester tests to check if classes properties definitions are accurate with informations provided by the API