Skip to content

Commit 9ab1f45

Browse files
author
Gregory-Bessonov
authored
Release 1.30.0: Added FlashArray REST 2.20 (#50)
* Release 1.30.0: Added FlashArray REST 2.20
1 parent f448cca commit 9ab1f45

File tree

641 files changed

+148238
-81
lines changed

Some content is hidden

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

641 files changed

+148238
-81
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.30.0 01/12/2023 Added FlashArray 2.20 client
910
1.29.0 12/09/2022 Added FlashArray 2.17 and 2.19 clients
1011
1.28.0 10/07/2022 Added FlashBlade 2.5 and 2.6 clients
1112
1.27.0 09/06/2022 Added FlashArray 2.16 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.29'
30+
version = u'1.30'
3131
# The full version, including alpha/beta/rc tags
32-
release = u'1.29.0'
32+
release = u'1.30.0'
3333

3434

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

docs/fa_reference.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ FlashArray REST 2.19 Client
107107
~~~~~~~~~~~~~~~~~~~~~~~~~~
108108

109109
.. autoclass:: pypureclient.flasharray.FA_2_19.client.Client
110+
111+
FlashArray REST 2.20 Client
112+
~~~~~~~~~~~~~~~~~~~~~~~~~~
113+
114+
.. autoclass:: pypureclient.flasharray.FA_2_20.client.Client
110115
:members:
111116

112117

@@ -1920,6 +1925,12 @@ VolumeGroup
19201925
.. autoclass:: pypureclient.flasharray.VolumeGroup
19211926
:members:
19221927

1928+
VolumeGroupPatch
1929+
~~~~~~~~~~~~~~~~
1930+
1931+
.. autoclass:: pypureclient.flasharray.VolumeGroupPatch
1932+
:members:
1933+
19231934
VolumeGroupPerformance
19241935
~~~~~~~~~~~~~~~~~~~~~~
19251936

0 commit comments

Comments
 (0)