This repository was archived by the owner on Nov 4, 2021. It is now read-only.
0.13.0
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)
- 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
- Get-UnityHostInitiator (Thanks to @BrandonStiff)
Bug corrections
- #17
Get-Unity*functions where not usable with Unity full flash arrays - #18
New-UnityVMwareLUN,New-UnityVMwareNFSandNew-UnityLUNdid 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:DefaultUnitySessionvariable. 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
