Skip to content

Commit

Permalink
Release 1.36.0 Added FlashArray REST 2.24 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory-Bessonov authored May 26, 2023
1 parent 83c8bae commit 8c30cd2
Show file tree
Hide file tree
Showing 702 changed files with 159,830 additions and 285 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.36.0 05/26/2023 Added FlashArray 2.24 client
1.35.0 04/24/2023 Added FlashBlade 2.9 client
1.34.0 04/24/2023 Added FlashArray 2.22 and 2.23 clients
1.33.1 03/23/2023 Improvements on integration with 3rd party services
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.35'
version = u'1.36'
# The full version, including alpha/beta/rc tags
release = u'1.35.0'
release = u'1.36.0'


# -- General configuration ---------------------------------------------------
Expand Down
17 changes: 17 additions & 0 deletions docs/fa_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ FlashArray REST 2.23 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.FA_2_23.client.Client

FlashArray REST 2.24 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.FA_2_24.client.Client
:members:


Expand Down Expand Up @@ -782,6 +787,18 @@ Kmip
.. autoclass:: pypureclient.flasharray.Kmip
:members:

KmipCertificate
~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.KmipCertificate
:members:

KmipObject
~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.KmipObject
:members:

KmipPatch
~~~~~~~~~

Expand Down
Loading

0 comments on commit 8c30cd2

Please sign in to comment.