Skip to content

Commit

Permalink
Merge pull request #66 from mhruska/master
Browse files Browse the repository at this point in the history
Release 1.39.0 Added FlashArray REST 2.26
  • Loading branch information
mhruska authored Sep 8, 2023
2 parents 7e3c3ec + 903f989 commit 6c3e3fc
Show file tree
Hide file tree
Showing 1,086 changed files with 186,185 additions and 7,132 deletions.
3 changes: 2 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ A log of changes by version and date.
======= ========== =====
Version Date Notes
======= ========== =====
1.38.0 05/26/2023 Added FlashArray 2.25 client
1.39.0 09/06/2023 Added FlashArray 2.26 client
1.38.0 07/26/2023 Added FlashArray 2.25 client
1.37.0 06/02/2023 Added FlashBlade 2.10 client
1.36.0 05/26/2023 Added FlashArray 2.24 client
1.35.0 04/24/2023 Added FlashBlade 2.9 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.38'
version = u'1.39'
# The full version, including alpha/beta/rc tags
release = u'1.38.0'
release = u'1.39.0'


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

.. autoclass:: pypureclient.flasharray.FA_2_25.client.Client

FlashArray REST 2.26 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~~

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


Expand Down Expand Up @@ -660,6 +665,12 @@ EulaSignature
.. autoclass:: pypureclient.flasharray.EulaSignature
:members:

FilePost
~~~~~~~~

.. autoclass:: pypureclient.flasharray.FilePost
:members:

FileSystem
~~~~~~~~~~

Expand Down Expand Up @@ -918,6 +929,12 @@ MemberNoIdGroup
.. autoclass:: pypureclient.flasharray.MemberNoIdGroup
:members:

MemberNoIdMember
~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.MemberNoIdMember
:members:

NetworkInterface
~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -1548,6 +1565,12 @@ ReferenceNoId
.. autoclass:: pypureclient.flasharray.ReferenceNoId
:members:

ReferenceNoIdWithType
~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.ReferenceNoIdWithType
:members:

ReferenceWithType
~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -1968,6 +1991,24 @@ SubnetPost
.. autoclass:: pypureclient.flasharray.SubnetPost
:members:

Subscription
~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.Subscription
:members:

SubscriptionAsset
~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.SubscriptionAsset
:members:

SubscriptionAssetSubscription
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.SubscriptionAssetSubscription
:members:

Support
~~~~~~~

Expand Down Expand Up @@ -2028,6 +2069,12 @@ TestResultWithResource
.. autoclass:: pypureclient.flasharray.TestResultWithResource
:members:

TestResultWithResourceWithId
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.TestResultWithResourceWithId
:members:

Throttle
~~~~~~~~

Expand All @@ -2052,6 +2099,60 @@ Username
.. autoclass:: pypureclient.flasharray.Username
:members:

Vchost
~~~~~~

.. autoclass:: pypureclient.flasharray.Vchost
:members:

VchostCertificate
~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.VchostCertificate
:members:

VchostCertificatePatch
~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.VchostCertificatePatch
:members:

VchostCertificatePost
~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.VchostCertificatePost
:members:

VchostEndpoint
~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.VchostEndpoint
:members:

VchostEndpointPatch
~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.VchostEndpointPatch
:members:

VchostEndpointPost
~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.VchostEndpointPost
:members:

VchostPatch
~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.VchostPatch
:members:

VchostPost
~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.VchostPost
:members:

VirtualMachine
~~~~~~~~~~~~~~

Expand Down
16 changes: 8 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
certifi >=14.05.14, <=2020.12.5
certifi >=2022.9.24, <=2023.7.22
docutils<0.18
six >=1.10, <=1.15.0
six >=1.10, <=1.16.0
python_dateutil >=2.5.3, <=2.8.1
setuptools >=21.0.0, <=51.1.2
urllib3 ==1.26.5
paramiko ==2.11.0
pyjwt >=2.0.0, <=2.4.0
requests >=2.20.1, <=2.25.1
typing >=3.7.4.1, <=3.7.4.3
setuptools >=21.0.0, <=68.1.2
urllib3 >=1.26.5, <=1.26.12
paramiko >=2.11.0, <= 2.12.0
pyjwt >=2.0.0, <=2.8.0
requests >=2.20.1, <=2.31.0
typing >=3.7.4.1, <=3.7.4.3; python_version < "3.5"
Loading

0 comments on commit 6c3e3fc

Please sign in to comment.