From d92217b11b5263a8601aaf89c4c1863bda57f677 Mon Sep 17 00:00:00 2001 From: equelin Date: Fri, 8 Jul 2016 17:37:27 +0200 Subject: [PATCH] v0.5.0 --- README.md | 4 ++-- Unity-Powershell/Public/Set-UnityPool.ps1 | 4 ++-- Unity-Powershell/Unity-Powershell.psd1 | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 947b8cf..1018413 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ This is a PowerShell module for querying EMC Unity array's API. -With this module (version 0.4.0) you can manage: +With this module (version 0.5.0) you can manage: - System (DNS,NTP...) -- Pools (Virtual deployment only) +- Pools (Virtual and physical deployment) - Fast Cache (Physical deployment only) - LUN (block) - VMware LUN (block) diff --git a/Unity-Powershell/Public/Set-UnityPool.ps1 b/Unity-Powershell/Public/Set-UnityPool.ps1 index 9c4715b..e28b29a 100644 --- a/Unity-Powershell/Public/Set-UnityPool.ps1 +++ b/Unity-Powershell/Public/Set-UnityPool.ps1 @@ -52,11 +52,11 @@ Function Set-UnityPool { .EXAMPLE Set-UnityPool -Name 'Pool01' -AddVirtualDisk @{'id'='vdisk_1';'tier'='Performance'} - Add a virtual disk to the pool named 'Pool01' + Add a virtual disk 'vdisk_1' to the pool named 'Pool01' .EXAMPLE Set-UnityPool -Name 'Pool01' -AddraidGroup @{"id"='dg_8';"numDisks"= 8; 'raidType'='RAID6'; 'stripeWidth'='8'} - Add a raid group to the pool named 'Pool01' + Add a raid group 'dg_8' to the pool named 'Pool01' #> [CmdletBinding(SupportsShouldProcess = $True,ConfirmImpact = 'High',DefaultParameterSetName="RaidGroup")] diff --git a/Unity-Powershell/Unity-Powershell.psd1 b/Unity-Powershell/Unity-Powershell.psd1 index 39a6ae1..a656b84 100644 --- a/Unity-Powershell/Unity-Powershell.psd1 +++ b/Unity-Powershell/Unity-Powershell.psd1 @@ -12,7 +12,7 @@ RootModule = 'Unity-Powershell.psm1' # Version number of this module. -ModuleVersion = '0.4.0' +ModuleVersion = '0.5.0' # ID used to uniquely identify this module GUID = '586e7e62-9753-4fd6-91b6-89d8d89d69a2'