|
1 | | -# Pure Storage PowerShell SDK for FlashArray 2.46.159 Release Notes |
| 1 | +# Pure Storage PowerShell SDK for FlashArray 2.47.190 Release Notes |
2 | 2 |
|
3 | | -GA Release: 4/12/2025 |
| 3 | +GA Release: 6/2/2026 |
4 | 4 |
|
5 | 5 | The Pure Storage PowerShell SDK for FlashArray provides integration with the Purity Operating Environment and the FlashArray. |
6 | 6 | It provides the functionalities of Purity's REST API as PowerShell cmdlets. |
7 | 7 |
|
8 | 8 | ## RELEASE REQUIREMENTS AND COMPATIBILITY |
9 | 9 |
|
10 | 10 | This release requires at least .NET Core 2.1 (https://dotnet.microsoft.com/download/dotnet-core/2.1/). |
11 | | -This release is compatible with Purity FlashArrays that support Pure Storage REST API 2.0 to 2.46 inclusive. |
| 11 | +This release is compatible with Purity FlashArrays that support Pure Storage REST API 2.0 to 2.47 inclusive. |
12 | 12 | This release is also compatible to be installed side by side with Pure Storage PowerShell SDK 1.x. |
13 | 13 | This release requires a 64-bit operating system. |
14 | 14 | This release requires the following PowerShell minimum versions: |
@@ -64,15 +64,32 @@ To find what about topics are available: `Get-Help -Name About_Pfa2*` |
64 | 64 | ## In this release we introduce miron changes and bugfixes. Few endpoints got new optional property in response. |
65 | 65 | Find detailed information about the cmdlets in the sections below. |
66 | 66 |
|
67 | | -## The following 8 cmdlet(s) have new optional property 'Server' in the response with the '200' status |
68 | | -- Get-Pfa2DirectoryPolicyNfs |
69 | | -- New-Pfa2DirectoryPolicyNfs |
70 | | -- Get-Pfa2DirectoryPolicySmb |
71 | | -- New-Pfa2DirectoryPolicySmb |
72 | | -- Get-Pfa2PolicyNfsMember |
73 | | -- New-Pfa2PolicyNfsMember |
74 | | -- Get-Pfa2PolicySmbMember |
75 | | -- New-Pfa2PolicySmbMember |
| 67 | +## The following 7 cmdlet(s) have new parameters: |
| 68 | +- 'New-Pfa2Login' have the following new parameter(s): |
| 69 | + - Username |
| 70 | + - Password |
| 71 | +- 'Update-Pfa2ProtectionGroup' have the following new parameter(s): |
| 72 | + - SourceRetentionPerPeriod |
| 73 | + - SourceRetentionPeriodLengthMs |
| 74 | + - TargetRetentionPerPeriod |
| 75 | + - TargetRetentionPeriodLengthMs |
| 76 | +- 'New-Pfa2Realm' have the following new parameter(s): |
| 77 | + - QosBandwidthFloor |
| 78 | + - QosIopsFloor |
| 79 | +- 'Update-Pfa2Realm' have the following new parameter(s): |
| 80 | + - QosBandwidthFloor |
| 81 | + - QosIopsFloor |
| 82 | +- 'Update-Pfa2RemoteProtectionGroup' have the following new parameter(s): |
| 83 | + - TargetRetentionPerPeriod |
| 84 | + - TargetRetentionPeriodLengthMs |
| 85 | +- 'Update-Pfa2Support' have the following new parameter(s): |
| 86 | + - PhonehomeExcludes |
| 87 | +- 'New-Pfa2WorkloadPlacementRecommendation' have the following new parameter(s): |
| 88 | + - RecommendationEngine |
| 89 | + - ResultsPlacementsTargetsCapacityUsedProjectionsProjectionBaselineEnd |
| 90 | + - ResultsPlacementsTargetsCapacityUsedProjectionsProjectionBaselineStart |
| 91 | + - ResultsPlacementsTargetsLoadProjectionsProjectionBaselineEnd |
| 92 | + - ResultsPlacementsTargetsLoadProjectionsProjectionBaselineStart |
76 | 93 |
|
77 | 94 | ## PERFORMANCE TESTING |
78 | 95 |
|
|
0 commit comments