Skip to content

Commit cb4e804

Browse files
authored
Merge pull request #98 from mhruska/master
Release 1.50.0 -- Added FA REST 2.32
2 parents 246b571 + 35bb287 commit cb4e804

File tree

697 files changed

+185838
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

697 files changed

+185838
-26
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A log of changes by version and date.
66
======= ========== =====
77
Version Date Notes
88
======= ========== =====
9+
1.50.0 04/23/2024 Added FlashArray 2.32 client
910
1.49.0 03/23/2024 Added FlashArray 2.31 client
1011
1.48.0 03/16/2024 Added FlashBlade 2.13 client
1112
1.47.0 01/25/2024 Added FlashArray 2.30 client

docs/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
author = u'Pure Storage, Inc.'
2828

2929
# The short X.Y version
30-
version = u'1.49'
30+
version = u'1.50'
3131
# The full version, including alpha/beta/rc tags
32-
release = u'1.49.0'
32+
release = u'1.50.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------
@@ -106,7 +106,8 @@
106106
'source/*.FA_2_28.*',
107107
'source/*.FA_2_29.*',
108108
'source/*.FA_2_30.*',
109-
# 'source/*.FA_2_31.*',
109+
'source/*.FA_2_31.*',
110+
# 'source/*.FA_2_32.*',
110111
# FlashBlade
111112
'source/*.FB_2_0.*',
112113
'source/*.FB_2_1.*',

docs/fa_reference.rst

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ FlashArray REST 2.31 Client
167167
~~~~~~~~~~~~~~~~~~~~~~~~~~
168168

169169
.. autoclass:: pypureclient.flasharray.FA_2_31.client.Client
170+
171+
FlashArray REST 2.32 Client
172+
~~~~~~~~~~~~~~~~~~~~~~~~~~
173+
174+
.. autoclass:: pypureclient.flasharray.FA_2_32.client.Client
170175
:members:
171176

172177

@@ -276,6 +281,12 @@ AdminSettings
276281
.. autoclass:: pypureclient.flasharray.AdminSettings
277282
:members:
278283

284+
AdminSettingsRequiredAuthenticationMethods
285+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
286+
287+
.. autoclass:: pypureclient.flasharray.AdminSettingsRequiredAuthenticationMethods
288+
:members:
289+
279290
AggregateReplicationPerformance
280291
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
281292

@@ -558,6 +569,12 @@ DirectoryExport
558569
.. autoclass:: pypureclient.flasharray.DirectoryExport
559570
:members:
560571

572+
DirectoryExportPatch
573+
~~~~~~~~~~~~~~~~~~~~
574+
575+
.. autoclass:: pypureclient.flasharray.DirectoryExportPatch
576+
:members:
577+
561578
DirectoryExportPost
562579
~~~~~~~~~~~~~~~~~~~
563580

@@ -702,6 +719,12 @@ EulaSignature
702719
.. autoclass:: pypureclient.flasharray.EulaSignature
703720
:members:
704721

722+
ExportPolicyAttachmentMixin
723+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
724+
725+
.. autoclass:: pypureclient.flasharray.ExportPolicyAttachmentMixin
726+
:members:
727+
705728
FilePost
706729
~~~~~~~~
707730

@@ -948,6 +971,18 @@ MaintenanceWindowPost
948971
.. autoclass:: pypureclient.flasharray.MaintenanceWindowPost
949972
:members:
950973

974+
MappingPolicy
975+
~~~~~~~~~~~~~
976+
977+
.. autoclass:: pypureclient.flasharray.MappingPolicy
978+
:members:
979+
980+
MappingPolicyPatch
981+
~~~~~~~~~~~~~~~~~~
982+
983+
.. autoclass:: pypureclient.flasharray.MappingPolicyPatch
984+
:members:
985+
951986
Member
952987
~~~~~~
953988

@@ -1284,6 +1319,12 @@ PodReplicaLinkLag
12841319
.. autoclass:: pypureclient.flasharray.PodReplicaLinkLag
12851320
:members:
12861321

1322+
PodReplicaLinkMappingPolicy
1323+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
1324+
1325+
.. autoclass:: pypureclient.flasharray.PodReplicaLinkMappingPolicy
1326+
:members:
1327+
12871328
PodReplicaLinkPatch
12881329
~~~~~~~~~~~~~~~~~~~
12891330

@@ -1302,6 +1343,12 @@ PodReplicaLinkPerformanceReplication
13021343
.. autoclass:: pypureclient.flasharray.PodReplicaLinkPerformanceReplication
13031344
:members:
13041345

1346+
PodReplicaLinkReference
1347+
~~~~~~~~~~~~~~~~~~~~~~~
1348+
1349+
.. autoclass:: pypureclient.flasharray.PodReplicaLinkReference
1350+
:members:
1351+
13051352
PodSpace
13061353
~~~~~~~~
13071354

@@ -1350,6 +1397,12 @@ PolicyNfsPatch
13501397
.. autoclass:: pypureclient.flasharray.PolicyNfsPatch
13511398
:members:
13521399

1400+
PolicyNfsPolicyMapping
1401+
~~~~~~~~~~~~~~~~~~~~~~
1402+
1403+
.. autoclass:: pypureclient.flasharray.PolicyNfsPolicyMapping
1404+
:members:
1405+
13531406
PolicyNfsPost
13541407
~~~~~~~~~~~~~
13551408

@@ -1452,6 +1505,12 @@ PolicymemberpostMembers
14521505
.. autoclass:: pypureclient.flasharray.PolicymemberpostMembers
14531506
:members:
14541507

1508+
PolicynfspostPolicyMapping
1509+
~~~~~~~~~~~~~~~~~~~~~~~~~~
1510+
1511+
.. autoclass:: pypureclient.flasharray.PolicynfspostPolicyMapping
1512+
:members:
1513+
14551514
PolicyrulenfsclientpostRules
14561515
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14571516

@@ -2214,6 +2273,12 @@ Volume
22142273
.. autoclass:: pypureclient.flasharray.Volume
22152274
:members:
22162275

2276+
VolumeBatchPost
2277+
~~~~~~~~~~~~~~~
2278+
2279+
.. autoclass:: pypureclient.flasharray.VolumeBatchPost
2280+
:members:
2281+
22172282
VolumeCommon
22182283
~~~~~~~~~~~~
22192284

0 commit comments

Comments
 (0)