|
1 |
| -Pure Storage PowerShell SDK 1.17.0 Release Notes |
| 1 | +PURE STORAGE POWERSHELL SDK 1.17.0 RELEASE NOTES |
2 | 2 | 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. |
14 | 23 | Import-PfaNamedCertificate
|
15 | 24 | 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 | + |
17 | 37 | RELEASE 1.17.0
|
18 | 38 | Release 1.17.0 adds the following changes to Release 1.16.0
|
19 | 39 | - Added support for the following features.
|
@@ -61,6 +81,7 @@ Release 1.17.0 adds the following changes to Release 1.16.0
|
61 | 81 | - Added support for reading the software app nodes.
|
62 | 82 | Get-PfaAllSoftwareNode
|
63 | 83 | Get-PfaSoftwareNode
|
| 84 | + |
64 | 85 | RELEASE 1.16.0
|
65 | 86 | Release 1.16.0 adds the following changes to Release 1.13.2
|
66 | 87 | - 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
|
160 | 181 | Get-PfaVolumeIOMetrics
|
161 | 182 | Get-PfaVolumeIOMetricsByTimeRange
|
162 | 183 | Get-PfaAllVolumeIOMetric
|
| 184 | + |
163 | 185 | RELEASE 1.13.2
|
164 | 186 | Release 1.13.2 adds the following changes to Release 1.13.1
|
165 | 187 | - Added New-PfaNamedCertificateSigningRequest that applies to REST 1.12 onwards.
|
166 | 188 | - Increased default http timeout from 5 seconds to 30 seconds.
|
167 | 189 | - Fixed bug with New-PfaCLICommand where it was not honoring TimeOutInMilliSeconds parameter
|
168 | 190 | - 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 | + |
169 | 192 | RELEASE 1.13.1
|
170 | 193 | Release 1.13.1 adds the following changes to Release 1.13.0
|
171 | 194 | - Fixed bug where Get-PfaArrayAttributes was interpreting Purity version string as a date
|
| 195 | + |
172 | 196 | RELEASE 1.13.0
|
173 | 197 | Release 1.13.0 adds the following changes to Release 1.7
|
174 | 198 | Support for REST 1.12 and REST 1.13, bug fixes.
|
@@ -273,13 +297,11 @@ Bug fixes and cmdlets to support REST 1.7
|
273 | 297 | Get-PfaNamedProtectionGroups
|
274 | 298 | Get-PfaNamedHosts
|
275 | 299 | Get-PfaNamedHostGroups
|
| 300 | + |
276 | 301 | 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 | + |
279 | 304 | RELEASE 1.6
|
280 |
| -ADDITIONS |
281 |
| -The last release for the Pure Storage PowerShell SDK was 1.5 |
282 |
| - |
283 | 305 | The following cmdlets have been added since the last release to support REST 1.5
|
284 | 306 | - Added Update-PfaArrayConnectionsThrottlingInformation.
|
285 | 307 | - Added Get-PfaArrayConnectionsThrottlingInformation.
|
@@ -318,15 +340,19 @@ CHANGES
|
318 | 340 | 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)
|
319 | 341 | 4) Fixed bug with Get-PfaInitiatorPorts where it was only returning array ports.
|
320 | 342 | 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 |
322 | 346 | No performance testing was done for this release.
|
323 |
| -OPEN SOURCE LICENSES |
| 347 | + |
| 348 | +// OPEN SOURCE LICENSES |
324 | 349 | Json.NET:
|
325 | 350 | The MIT License (MIT)
|
326 | 351 | Copyright (c) 2007 James Newton-King
|
327 | 352 | 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:
|
328 | 353 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
329 | 354 | 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 | + |
330 | 356 | SSH.NET:
|
331 | 357 | The MIT License (MIT)
|
332 | 358 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
0 commit comments