Skip to content

Commit 782bff9

Browse files
author
Gregory-Bessonov
authored
Release 1.44.0 -- Added FA REST 2.28 (#80)
1 parent d7cb83e commit 782bff9

File tree

724 files changed

+180712
-373
lines changed

Some content is hidden

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

724 files changed

+180712
-373
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.44.0 11/23/2023 Added FlashArray 2.28 client
910
1.43.1 11/09/2023 Bug fix for models
1011
1.43.0 11/02/2023 Added FlashArray 2.27 client
1112
1.42.1 10/10/2023 Fixed import issue in 1.42.0

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.43'
30+
version = u'1.44'
3131
# The full version, including alpha/beta/rc tags
32-
release = u'1.43.1'
32+
release = u'1.44.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------
@@ -100,7 +100,8 @@
100100
'source/*.FA_2_24.*',
101101
'source/*.FA_2_25.*',
102102
'source/*.FA_2_26.*',
103-
# 'source/*.FA_2_27.*',
103+
'source/*.FA_2_27.*',
104+
# 'source/*.FA_2_28.*',
104105
# FlashBlade
105106
'source/*.FB_2_0.*',
106107
'source/*.FB_2_1.*',

docs/fa_reference.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ FlashArray REST 2.27 Client
147147
~~~~~~~~~~~~~~~~~~~~~~~~~~~
148148

149149
.. autoclass:: pypureclient.flasharray.FA_2_27.client.Client
150+
151+
FlashArray REST 2.28 Client
152+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
153+
154+
.. autoclass:: pypureclient.flasharray.FA_2_28.client.Client
150155
:members:
151156

152157

@@ -1618,6 +1623,12 @@ RemoteVolumeSnapshot
16181623
.. autoclass:: pypureclient.flasharray.RemoteVolumeSnapshot
16191624
:members:
16201625

1626+
RemoteVolumeSnapshotPost
1627+
~~~~~~~~~~~~~~~~~~~~~~~~
1628+
1629+
.. autoclass:: pypureclient.flasharray.RemoteVolumeSnapshotPost
1630+
:members:
1631+
16211632
RemoteVolumeSnapshotTransfer
16221633
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16231634

0 commit comments

Comments
 (0)