Skip to content

Commit 2381bc3

Browse files
authored
Merge pull request #107 from jakubstilec/master
Release 1.54.0 Added FA REST 2.35
2 parents 4e754f9 + e164680 commit 2381bc3

File tree

930 files changed

+202960
-656
lines changed

Some content is hidden

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

930 files changed

+202960
-656
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.54.0 07/23/2024 Added FlashArray 2.35 client
910
1.53.0 06/28/2024 Added FlashArray 2.34 client
1011
1.52.0 06/17/2024 Added FlashBlade 2.14 client
1112
1.51.0 05/28/2024 Added FlashArray 2.33 client

docs/conf.py

Lines changed: 5 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.53'
30+
version = u'1.54'
3131
# The full version, including alpha/beta/rc tags
32-
release = u'1.53.0'
32+
release = u'1.54.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------
@@ -107,7 +107,9 @@
107107
'source/*.FA_2_29.*',
108108
'source/*.FA_2_30.*',
109109
'source/*.FA_2_31.*',
110-
# 'source/*.FA_2_32.*',
110+
'source/*.FA_2_32.*',
111+
# 'source/*.FA_2_33.*',
112+
# 'source/*.FA_2_34.*',
111113
# FlashBlade
112114
'source/*.FB_2_0.*',
113115
'source/*.FB_2_1.*',

docs/fa_reference.rst

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,11 @@ FlashArray REST 2.33 Client
180180
FlashArray REST 2.34 Client
181181
~~~~~~~~~~~~~~~~~~~~~~~~~~
182182
.. autoclass:: pypureclient.flasharray.FA_2_34.client.Client
183-
:members:
184183

184+
FlashArray REST 2.35 Client
185+
~~~~~~~~~~~~~~~~~~~~~~~~~~
186+
.. autoclass:: pypureclient.flasharray.FA_2_35.client.Client
187+
:members:
185188

186189
Properties
187190
----------
@@ -991,6 +994,18 @@ LocalusermembershippostGroups
991994
.. autoclass:: pypureclient.flasharray.LocalusermembershippostGroups
992995
:members:
993996

997+
LogTarget
998+
~~~~~~~~~
999+
1000+
.. autoclass:: pypureclient.flasharray.LogTarget
1001+
:members:
1002+
1003+
LogTargetFile
1004+
~~~~~~~~~~~~~
1005+
1006+
.. autoclass:: pypureclient.flasharray.LogTargetFile
1007+
:members:
1008+
9941009
MaintenanceWindow
9951010
~~~~~~~~~~~~~~~~~
9961011

@@ -1399,6 +1414,24 @@ Policy
13991414
.. autoclass:: pypureclient.flasharray.Policy
14001415
:members:
14011416

1417+
PolicyAuditFile
1418+
~~~~~~~~~~~~~~~
1419+
1420+
.. autoclass:: pypureclient.flasharray.PolicyAuditFile
1421+
:members:
1422+
1423+
PolicyAuditFilePatch
1424+
~~~~~~~~~~~~~~~~~~~~
1425+
1426+
.. autoclass:: pypureclient.flasharray.PolicyAuditFilePatch
1427+
:members:
1428+
1429+
PolicyAuditFilePost
1430+
~~~~~~~~~~~~~~~~~~~
1431+
1432+
.. autoclass:: pypureclient.flasharray.PolicyAuditFilePost
1433+
:members:
1434+
14021435
PolicyMember
14031436
~~~~~~~~~~~~
14041437

@@ -1945,6 +1978,12 @@ Smis
19451978
.. autoclass:: pypureclient.flasharray.Smis
19461979
:members:
19471980

1981+
Smtp
1982+
~~~~
1983+
1984+
.. autoclass:: pypureclient.flasharray.Smtp
1985+
:members:
1986+
19481987
SmtpServer
19491988
~~~~~~~~~~
19501989

@@ -2005,6 +2044,12 @@ SnmpManagerPost
20052044
.. autoclass:: pypureclient.flasharray.SnmpManagerPost
20062045
:members:
20072046

2047+
SnmpManagers
2048+
~~~~~~~~~~~~
2049+
2050+
.. autoclass:: pypureclient.flasharray.SnmpManagers
2051+
:members:
2052+
20082053
SnmpV2c
20092054
~~~~~~~
20102055

@@ -2359,6 +2404,12 @@ VirtualMachinePost
23592404
.. autoclass:: pypureclient.flasharray.VirtualMachinePost
23602405
:members:
23612406

2407+
VirtualMachineVolumeSnapshot
2408+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2409+
2410+
.. autoclass:: pypureclient.flasharray.VirtualMachineVolumeSnapshot
2411+
:members:
2412+
23622413
Volume
23632414
~~~~~~
23642415

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
certifi >=2022.9.24, <=2023.7.22
1+
certifi >=2024.07.04
22
docutils<0.18
33
six >=1.10, <=1.16.0
44
python_dateutil >=2.5.3
5-
setuptools >=21.0.0, <=68.1.2
5+
setuptools >=70.0.0
66
urllib3 >= 1.26.17
7-
paramiko >=2.11.0, <= 2.12.0
7+
paramiko >= 3.4.0
88
pyjwt >=2.0.0, <=2.8.0
9-
requests >=2.20.1, <=2.31.0
9+
requests >= 2.32.0
1010
typing >=3.7.4.1, <=3.7.4.3; python_version < "3.5"
1111
sphinx-rtd-theme == 1.1.1

0 commit comments

Comments
 (0)