Skip to content

Commit bf472d4

Browse files
author
Barkz
committed
Update README.md
Pure Storage PowerShell SDK 1.5 Release Notes.
1 parent 4d067cf commit bf472d4

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
# PowerShellSDK
1+
# Pure Storage PowerShell SDK 1.5 Release Notes
2+
3+
The Pure Storage PowerShell SDK provides integration with the Purity Operating Environment and FlashArray. It provides functionalities of Purity's REST API as PowerShell cmdlets.
4+
5+
### RELEASE COMPATIBILITY
6+
7+
This release requires PowerShell 3.0 or higher.
8+
This release requires .NET 4.5.
9+
This release is compatible with Purity FlashArrays that support Pure Storage REST API 1.0, 1.1, 1.2, 1.3, or 1.4.
10+
This release requires a 64-bit operating system.
11+
12+
### INSTALLATION AND UNINSTALLATION
13+
14+
To install the PowerShell SDK, extract and run PurePowerShellSDKInstaller.msi, and follow the instructions. Administrator privilege is required to install. To verify the installation, run "Get-Command -Module PureStoragePowerShellSDK" in a new PowerShell prompt. The newly installed cmdlets should be listed. The PowerShell SDK can be uninstalled from "Programs and Features" of the Control Panel.
15+
16+
### KNOWN ISSUES
17+
18+
* `Get-PfaProtectionGroupVolumeSnapshots` does not work if the array is connected using REST API 1.4.
19+
* `Get-PfaVolumeSpaceMetrics` does not return the "size" property of a volume if the array is connected using REST API 1.0 or 1.1.
20+
21+
### PERFORMANCE TESTING
22+
23+
No performance testing was done for this release.
24+
25+
### OPEN SOURCE LICENSES
26+
27+
Json.NET:
28+
> The MIT License (MIT)
29+
Copyright (c) 2007 James Newton-King
30+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
31+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
32+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)