Skip to content

Commit 63eaafe

Browse files
Merge pull request #35 from chebanovae/release-notes-2.47
Update release_notes.md for API 2.47
2 parents d95875a + abc099f commit 63eaafe

1 file changed

Lines changed: 29 additions & 12 deletions

File tree

release_notes.md

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Pure Storage PowerShell SDK for FlashArray 2.46.159 Release Notes
1+
# Pure Storage PowerShell SDK for FlashArray 2.47.190 Release Notes
22

3-
GA Release: 4/12/2025
3+
GA Release: 6/2/2026
44

55
The Pure Storage PowerShell SDK for FlashArray provides integration with the Purity Operating Environment and the FlashArray.
66
It provides the functionalities of Purity's REST API as PowerShell cmdlets.
77

88
## RELEASE REQUIREMENTS AND COMPATIBILITY
99

1010
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.
1212
This release is also compatible to be installed side by side with Pure Storage PowerShell SDK 1.x.
1313
This release requires a 64-bit operating system.
1414
This release requires the following PowerShell minimum versions:
@@ -64,15 +64,32 @@ To find what about topics are available: `Get-Help -Name About_Pfa2*`
6464
## In this release we introduce miron changes and bugfixes. Few endpoints got new optional property in response.
6565
Find detailed information about the cmdlets in the sections below.
6666

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
7693

7794
## PERFORMANCE TESTING
7895

0 commit comments

Comments
 (0)