Skip to content

Commit 5cf2d55

Browse files
committed
Release 1.17.11.0
1 parent a856b5c commit 5cf2d55

File tree

5 files changed

+82
-35
lines changed

5 files changed

+82
-35
lines changed

PureStoragePowerShellSDK-Help.html

-1.89 MB
Binary file not shown.

README.md

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,63 @@
1-
# Pure Storage PowerShell SDK 1
21

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.
2+
# Pure Storage FlashArray PowerShell SDK 1 &nbsp;&nbsp;&nbsp;&nbsp; <img src="/images/pure_powershell_sdk.png">
43

5-
### :point_down: DOWNLOADS
6-
* [Version 1 Installation Package](https://github.com/PureStorage-Connect/PowerShellSDK/blob/master/PurePowerShellSDKInstaller.msi)
7-
* [Version 2 Installation Package](https://github.com/PureStorage-Connect/PowerShellSDK/blob/master/PurePowerShellSDKInstaller.msi)
8-
* [Pure Storage Support -- Programming Interfaces > PowerShell](https://support.purestorage.com/Solutions/Microsoft_Platform_Guide/a_Windows_PowerShell)
9-
* [Quick Start Guide PowerShell SDK Examples (ZIP)](https://github.com/PureStorage-Connect/PowerShellSDK/blob/master/SDK-Examples.zip)
4+
The Pure Storage FlashArray PowerShell SDK provides integration with the Purity Operating Environment and FlashArray. It provides functionalities of Purity's REST API as PowerShell cmdlets.
105

11-
### THE DOWNLOAD OF THE NEW SDK VERSION 2 IS LOCATED HERE
12-
* [Github Repository for SDK version 2](https://www.github.com/PureStorage-Connect/PowerShellSDK2)
6+
This is __version 1__ of the SDK. Version 2 can be found in this repository:<br>
7+
:octocat: [Github Repository for SDK version 2](https://www.github.com/PureStorage-Connect/PowerShellSDK2)
138

14-
### LATEST RELEASE SDK 1.x
15-
* [v1.17.3](https://github.com/PureStorage-Connect/PowerShellSDK/releases/tag/v1.17.3)
169

17-
### :wave: HISTORY
10+
## :floppy_disk: INSTALLATION
11+
There are two ways to install the SDK - via the PowerShell Gallery, or a standalone MSI installer. The recommended method for installation is to use the Install-Module cmdlet in PowerShell which will pull the latest release from the PowerShell Gallery.
12+
```powershell
13+
Install-Module -Name PureStoragePowerShellSDK
14+
```
15+
This repository contains the standalone MSI installer.
16+
17+
## :point_down: DOWNLOADS
18+
:small_orange_diamond: [Version 1 MSI Installation Package](https://github.com/PureStorage-Connect/PowerShellSDK/blob/master/PureStoragePowerShellSDKInstaller.msi)<br>
19+
:small_orange_diamond: [Version 2 MSI Installation Package](https://github.com/PureStorage-Connect/PowerShellSDK/blob/master/PureStoragePowerShellSDKInstaller.msi)<br>
20+
:small_orange_diamond: [Downloadable HTML Help File](https://github.com/PureStorage-Connect/PowerShellSDK/blob/master/PureStoragePowerShellSDK-Help.html)<br>
21+
:small_orange_diamond: [Pure Storage Support -- Programming Interfaces > PowerShell](https://support.purestorage.com/Solutions/Microsoft_Platform_Guide/a_Windows_PowerShell)<br>
22+
:small_orange_diamond: [Quick Start Guide PowerShell SDK Examples (ZIP)](https://github.com/PureStorage-Connect/PowerShellSDK/blob/master/SDK-Examples.zip)
23+
24+
<!-- wp:separator -->
25+
<hr class="wp-block-separator"/>
26+
<!-- /wp:separator -->
27+
28+
## :rocket: LATEST MSI RELEASE OF SDK 1.x
29+
* [v1.17.11](https://github.com/PureStorage-Connect/PowerShellSDK/releases/tag/v1.17.11)
30+
31+
### :date: HISTORY
1832
* [v1.16](https://github.com/PureStorage-Connect/PowerShellSDK/releases/tag/v1.16)
1933
* [v1.13](https://github.com/PureStorage-Connect/PowerShellSDK/releases/tag/v1.13)
2034
* [v1.7.4](https://github.com/PureStorage-Connect/PowerShellSDK/releases/tag/v1.7.4.0)
2135
* [v1.6.6](https://github.com/PureStorage-Connect/PowerShellSDK/releases/tag/v1.6.6.0)
2236
* [v1.5.5](https://github.com/PureStorage-Connect/PowerShellSDK/releases/tag/v1.5.5.0)
2337
* [v1.5.4](https://github.com/PureStorage-Connect/PowerShellSDK/releases/tag/v1.5.4.0)
2438

39+
2540
<!-- wp:separator -->
2641
<hr class="wp-block-separator"/>
2742
<!-- /wp:separator -->
2843

44+
## :tv: VIDEOS <br>
45+
[Check the Pure Storage YouTube channel for SDK v1 videos](https://www.youtube.com/user/purestorage)
2946
<!-- wp:paragraph -->
30-
<p><em>To report issues or request new features, please enter them here:</em></p>
47+
48+
<!-- wp:separator -->
49+
<hr class="wp-block-separator"/>
50+
<!-- /wp:separator -->
51+
<p>:wrench: To report issues or request new features, please enter them here:</p>
3152
<!-- /wp:paragraph -->
3253

3354
<!-- wp:paragraph -->
3455
<p><a href="https://github.com/PureStorage-Connect/PureStoragePowerShellSDK/issues">https://github.com/PureStorage-Connect/PowerShellSDK/issues</a></p>
3556
<!-- /wp:paragraph -->
3657
<!-- wp:paragraph -->
37-
<p>For questions,&nbsp;<a href="https://codeinvite.purestorage.com/">join our Pure Storage Code Slack</a>&nbsp;team! Check out the #pfa-powershell channel</p>
58+
<p>:question: For questions,&nbsp;<a href="https://codeinvite.purestorage.com/">join our Pure Storage Code Slack</a>&nbsp;team! Check out the #pfa-powershell channel</p>
3859
<!-- /wp:paragraph -->
3960

4061
<!-- wp:paragraph -->
41-
<p>Be sure to check,&nbsp;<a href="https://code.purestorage.com/"> code.purestorage.com</a> for all our APIs, SDK, sample scripts, and more!</p>
62+
<p>Be sure to check,&nbsp;<a href="https://code.purestorage.com/"> code.purestorage.com</a> for all our APIs, SDK, and more!</p>
4263
<!-- /wp:paragraph -->

images/pure_powershell_sdk.png

3.13 KB
Loading

release_notes.txt

Lines changed: 46 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,39 @@
1-
Pure Storage PowerShell SDK 1.17.0 Release Notes
1+
PURE STORAGE POWERSHELL SDK 1.17.0 RELEASE NOTES
22
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.
3-
RELEASE COMPATIBILITY
4-
This release requires PowerShell 3.0 or higher.
5-
This release requires .NET 4.5.
6-
This release is compatible with Purity FlashArrays that support Pure Storage REST API 1.0 to 1.17 inclusive.
7-
This release requires a 64-bit operating system.
8-
INSTALLATION AND UNINSTALLATION
9-
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.
10-
The PowerShell SDK can also be installed using the PowerShell Gallery. See https://www.powershellgallery.com/ for details on how to discover resources on the PowerShell Gallery.
11-
KNOWN ISSUES
12-
Get-PfaProtectionGroupVolumeSnapshots does not work if the array is connected using REST API 1.4.
13-
The following Cmdlets remove the "-CaCertificate" parameter, see the new "New-PfaKMIP" cmdlet.
3+
There are currently two releases of the SDK, version 1 for Purity REST API version 1.0 to 1.17, and version 2, for Purity REST API version 2.0 and later.
4+
5+
// RELEASE COMPATIBILITY
6+
- This release requires PowerShell versions 3.0 to 5.1.
7+
- This release requires .NET Framework 4.5.
8+
- This release is compatible with FlashArrays that support Pure Storage REST API 1.0 to 1.17 inclusive. You can determine what API versions are supported on an array by using a web browser to go to this URL - https://<FQDN or IP Address of array>/api/api_version.
9+
- This release requires a 64-bit Windows operating system that is compatible with the required PowerShell versions noted previously.
10+
11+
// INSTALLATION AND UNINSTALLATION
12+
- Full installation instructions are available from this link - https://support.purestorage.com/Solutions/Microsoft_Platform_Guide/a_Windows_PowerShell/Pure_Storage_PowerShell_SDK
13+
- An Administrator privilege is required to install.
14+
- To install the PowerShell SDK, there are two options for the method of installation. The recommened method is to use the PowerShell Gallery by using the Install-Module cmdlet. You can also install via a Windows MSI installer, where you
15+
extract and run the PurePowerShellSDKInstaller.msi and follow the instructions.
16+
- To verify the installation, run "Get-Command -Module PureStoragePowerShellSDK" in a new PowerShell prompt and verify the release version.
17+
18+
- If you used the PowerShell Gallery installation, you uninstall the SDK by using the Uninstall-Module cmdlet. For MSI installations, you can use the "Programs and Features" of the Control Panel.
19+
20+
// KNOWN ISSUES
21+
- Get-PfaProtectionGroupVolumeSnapshots does not work if the array is connected using REST API 1.4.
22+
- The following Cmdlets remove the "-CaCertificate" parameter. See the new "New-PfaKMIP" cmdlet.
1423
Import-PfaNamedCertificate
1524
New-PfaNamedCertificate
16-
Get-PfaNamedCertificate no longer accept -ExportCaCertificate parameter.
25+
- Get-PfaNamedCertificate no longer accepts the -ExportCaCertificate parameter.
26+
27+
// RESOURCES
28+
- Join the Pure Storage Code Slack Team and talk allthings APIs and SDKs by using this self-invitation link - https://codeinvite.purestorage.com
29+
- Our https://code.purestorage.com site links to all available API and SDK information on Github and Support.
30+
31+
// RELEASE INFORMATION
32+
RELEASE 1.17.11
33+
Release 1.17.11 adds the following changes to Release 1.17.0
34+
- Added DisableLoggingToArray to New-PfaArray and New-PfaCLICommand to disabled phone home logging to the array (and the associated thread) for this connection.
35+
- Fixed resource consumption issue in a New-PfaCLICommand connection that could cause the number of threads in a process to continually increase.
36+
1737
RELEASE 1.17.0
1838
Release 1.17.0 adds the following changes to Release 1.16.0
1939
- Added support for the following features.
@@ -61,6 +81,7 @@ Release 1.17.0 adds the following changes to Release 1.16.0
6181
- Added support for reading the software app nodes.
6282
Get-PfaAllSoftwareNode
6383
Get-PfaSoftwareNode
84+
6485
RELEASE 1.16.0
6586
Release 1.16.0 adds the following changes to Release 1.13.2
6687
- Added support for REST 1.14, 1.15 and 1.16. The following features are implemented.
@@ -160,15 +181,18 @@ Release 1.16.0 adds the following changes to Release 1.13.2
160181
Get-PfaVolumeIOMetrics
161182
Get-PfaVolumeIOMetricsByTimeRange
162183
Get-PfaAllVolumeIOMetric
184+
163185
RELEASE 1.13.2
164186
Release 1.13.2 adds the following changes to Release 1.13.1
165187
- Added New-PfaNamedCertificateSigningRequest that applies to REST 1.12 onwards.
166188
- Increased default http timeout from 5 seconds to 30 seconds.
167189
- Fixed bug with New-PfaCLICommand where it was not honoring TimeOutInMilliSeconds parameter
168190
- Ensured that certificate related cmdlets (eg Import-PfaCertificate) that don't work with REST 1.12+ return a helpful "Not Supported in REST API x" error.
191+
169192
RELEASE 1.13.1
170193
Release 1.13.1 adds the following changes to Release 1.13.0
171194
- Fixed bug where Get-PfaArrayAttributes was interpreting Purity version string as a date
195+
172196
RELEASE 1.13.0
173197
Release 1.13.0 adds the following changes to Release 1.7
174198
Support for REST 1.12 and REST 1.13, bug fixes.
@@ -273,13 +297,11 @@ Bug fixes and cmdlets to support REST 1.7
273297
Get-PfaNamedProtectionGroups
274298
Get-PfaNamedHosts
275299
Get-PfaNamedHostGroups
300+
276301
RELEASE 1.7
277-
ADDITIONS
278-
Support for Pure Storage arrays with IPv6 addresses
302+
- Added support for Pure Storage arrays with IPv6 addresses
303+
279304
RELEASE 1.6
280-
ADDITIONS
281-
The last release for the Pure Storage PowerShell SDK was 1.5
282-
283305
The following cmdlets have been added since the last release to support REST 1.5
284306
- Added Update-PfaArrayConnectionsThrottlingInformation.
285307
- Added Get-PfaArrayConnectionsThrottlingInformation.
@@ -318,15 +340,19 @@ CHANGES
318340
3) In 1.5 version of the SDK, Get-PfaAllVolumeIOMetrics would get IO metrics for a specific volume - this has been renamed to Get-PfaVolumeIOmetrics (see change#2 above)
319341
4) Fixed bug with Get-PfaInitiatorPorts where it was only returning array ports.
320342
5) Added the ability to connect to an array using API token (see help for New-PfaArray)
321-
PERFORMANCE TESTING
343+
344+
345+
// PERFORMANCE TESTING
322346
No performance testing was done for this release.
323-
OPEN SOURCE LICENSES
347+
348+
// OPEN SOURCE LICENSES
324349
Json.NET:
325350
The MIT License (MIT)
326351
Copyright (c) 2007 James Newton-King
327352
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:
328353
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
329354
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.
355+
330356
SSH.NET:
331357
The MIT License (MIT)
332358
Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)