Skip to content

Commit f448cca

Browse files
SDK 1.29 Release (#46)
* Release 1.29.0: Added FlashArray REST 2.17 and 2.19
1 parent 39df9eb commit f448cca

File tree

1,213 files changed

+295006
-152
lines changed

Some content is hidden

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

1,213 files changed

+295006
-152
lines changed

docs/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ A log of changes by version and date.
66
======= ========== =====
77
Version Date Notes
88
======= ========== =====
9-
1.28.0 09/21/2022 Added FlashBlade 2.5 and 2.6 clients
9+
1.29.0 12/09/2022 Added FlashArray 2.17 and 2.19 clients
10+
1.28.0 10/07/2022 Added FlashBlade 2.5 and 2.6 clients
1011
1.27.0 09/06/2022 Added FlashArray 2.16 client
1112
1.26.0 07/05/2022 Added FlashArray 2.15 client
1213
1.25.0 06/20/2022 Added FlashBlade 2.4 client

docs/conf.py

Lines changed: 2 additions & 2 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.28'
30+
version = u'1.29'
3131
# The full version, including alpha/beta/rc tags
32-
release = u'1.28.0'
32+
release = u'1.29.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------

docs/fa_reference.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,19 @@ FlashArray REST 2.16 Client
9797
~~~~~~~~~~~~~~~~~~~~~~~~~~
9898

9999
.. autoclass:: pypureclient.flasharray.FA_2_16.client.Client
100+
101+
FlashArray REST 2.17 Client
102+
~~~~~~~~~~~~~~~~~~~~~~~~~~
103+
104+
.. autoclass:: pypureclient.flasharray.FA_2_17.client.Client
105+
106+
FlashArray REST 2.19 Client
107+
~~~~~~~~~~~~~~~~~~~~~~~~~~
108+
109+
.. autoclass:: pypureclient.flasharray.FA_2_19.client.Client
100110
:members:
101111

112+
102113
Properties
103114
----------
104115

@@ -325,6 +336,12 @@ ArrayPerformance
325336
.. autoclass:: pypureclient.flasharray.ArrayPerformance
326337
:members:
327338

339+
ArrayPerformanceByLink
340+
~~~~~~~~~~~~~~~~~~~~~~
341+
342+
.. autoclass:: pypureclient.flasharray.ArrayPerformanceByLink
343+
:members:
344+
328345
ArraySpace
329346
~~~~~~~~~~
330347

@@ -1717,6 +1734,18 @@ SoftwareInstallations
17171734
.. autoclass:: pypureclient.flasharray.SoftwareInstallations
17181735
:members:
17191736

1737+
SoftwarePatch
1738+
~~~~~~~~~~~~~
1739+
1740+
.. autoclass:: pypureclient.flasharray.SoftwarePatch
1741+
:members:
1742+
1743+
SoftwarePatches
1744+
~~~~~~~~~~~~~~~
1745+
1746+
.. autoclass:: pypureclient.flasharray.SoftwarePatches
1747+
:members:
1748+
17201749
SoftwarePost
17211750
~~~~~~~~~~~~
17221751

0 commit comments

Comments
 (0)