Skip to content

Commit

Permalink
Release 1.53.0 Added FA REST 2.34 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtischler authored Jul 19, 2024
1 parent bed025e commit 4e754f9
Show file tree
Hide file tree
Showing 1,007 changed files with 195,888 additions and 379 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A log of changes by version and date.
======= ========== =====
Version Date Notes
======= ========== =====
1.53.0 06/28/2024 Added FlashArray 2.34 client
1.52.0 06/17/2024 Added FlashBlade 2.14 client
1.51.0 05/28/2024 Added FlashArray 2.33 client
1.50.0 04/23/2024 Added FlashArray 2.32 client
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
author = u'Pure Storage, Inc.'

# The short X.Y version
version = u'1.52'
version = u'1.53'
# The full version, including alpha/beta/rc tags
release = u'1.52.0'
release = u'1.53.0'


# -- General configuration ---------------------------------------------------
Expand Down
34 changes: 34 additions & 0 deletions docs/fa_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ FlashArray REST 2.32 Client
FlashArray REST 2.33 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pypureclient.flasharray.FA_2_33.client.Client

FlashArray REST 2.34 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autoclass:: pypureclient.flasharray.FA_2_34.client.Client
:members:


Expand Down Expand Up @@ -417,6 +421,24 @@ ArrayEncryption
.. autoclass:: pypureclient.flasharray.ArrayEncryption
:members:

ArrayErasure
~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.ArrayErasure
:members:

ArrayErasurePatch
~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.ArrayErasurePatch
:members:

ArrayErasures
~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.ArrayErasures
:members:

ArrayFactoryResetToken
~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -1209,6 +1231,12 @@ NewName
.. autoclass:: pypureclient.flasharray.NewName
:members:

NonCopyableTag
~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.NonCopyableTag
:members:

Offload
~~~~~~~

Expand Down Expand Up @@ -1419,6 +1447,12 @@ PolicyNfsPost
.. autoclass:: pypureclient.flasharray.PolicyNfsPost
:members:

PolicyPassword
~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.PolicyPassword
:members:

PolicyPatch
~~~~~~~~~~~

Expand Down
Loading

0 comments on commit 4e754f9

Please sign in to comment.