Skip to content

Commit d95875a

Browse files
authored
Update release_notes.md for API 2.46
Update release_notes.md for API 2.46
1 parent db48b16 commit d95875a

1 file changed

Lines changed: 14 additions & 23 deletions

File tree

release_notes.md

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

3-
GA Release: 19/19/2025
3+
GA Release: 4/12/2025
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.45 inclusive.
11+
This release is compatible with Purity FlashArrays that support Pure Storage REST API 2.0 to 2.46 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:
@@ -61,28 +61,18 @@ Download the detailed help using the command `Update-Help -Module PureStoragePow
6161
Get help using `Get-Help -Name Get-Pfa2Volume` for cmdlet Get-Pfa2Volume.
6262
To find what about topics are available: `Get-Help -Name About_Pfa2*`
6363

64-
## Few endpoints got new parameters.
64+
## 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 6 cmdlet(s) have new parameters:
68-
- 'Remove-Pfa2DirectoryPolicyNfs' have the following new parameter(s):
69-
- ServerId
70-
- ServerName
71-
- 'Remove-Pfa2DirectoryPolicySmb' have the following new parameter(s):
72-
- ServerId
73-
- ServerName
74-
- 'Remove-Pfa2DirectoryExport' have the following new parameter(s):
75-
- ServerId
76-
- ServerName
77-
- 'Update-Pfa2DirectoryExport' have the following new parameter(s):
78-
- ServerId
79-
- ServerName
80-
- 'Remove-Pfa2PolicyNfsMember' have the following new parameter(s):
81-
- ServerId
82-
- ServerName
83-
- 'Remove-Pfa2PolicySmbMember' have the following new parameter(s):
84-
- ServerId
85-
- ServerName
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
8676

8777
## PERFORMANCE TESTING
8878

@@ -92,3 +82,4 @@ No performance testing was done for this release.
9282

9383
Please review licenses.txt
9484

85+

0 commit comments

Comments
 (0)