Skip to content

Commit

Permalink
Merge pull request #11 from purehchan/master
Browse files Browse the repository at this point in the history
Release 1.15.0: Added FlashArray REST 2.7
  • Loading branch information
purehchan authored Jun 28, 2021
2 parents a5e76c8 + b590a3c commit 6fa6050
Show file tree
Hide file tree
Showing 544 changed files with 130,911 additions and 41 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.15.0 06/28/2021 Added FlashArray 2.7 client
1.14.1 05/17/2021 Added restrictions to dependency versions in the setup
1.14.0 05/10/2021 Added FlashArray 2.6 client
1.13.0 03/19/2021 Added FlashBlade 2.0 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.14'
version = u'1.15'
# The full version, including alpha/beta/rc tags
release = u'1.14.1'
release = u'1.15.0'


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

.. autoclass:: pypureclient.flasharray.FA_2_6.client.Client

FlashArray REST 2.7 Client
~~~~~~~~~~~~~~~~~~~~~~~~~~

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

Properties
Expand Down Expand Up @@ -430,6 +435,12 @@ DirectoryPost
.. autoclass:: pypureclient.flasharray.DirectoryPost
:members:

DirectoryQuota
~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.DirectoryQuota
:members:

DirectoryService
~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -670,6 +681,12 @@ KmipTestResult
.. autoclass:: pypureclient.flasharray.KmipTestResult
:members:

LimitedBy
~~~~~~~~~

.. autoclass:: pypureclient.flasharray.LimitedBy
:members:

MaintenanceWindow
~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -958,6 +975,18 @@ PolicyRuleNfsClientPost
.. autoclass:: pypureclient.flasharray.PolicyRuleNfsClientPost
:members:

PolicyRuleQuota
~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.PolicyRuleQuota
:members:

PolicyRuleQuotaPost
~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.PolicyRuleQuotaPost
:members:

PolicyRuleSmbClient
~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -1018,6 +1047,12 @@ PolicyrulenfsclientpostRules
.. autoclass:: pypureclient.flasharray.PolicyrulenfsclientpostRules
:members:

PolicyrulequotapostRules
~~~~~~~~~~~~~~~~~~~~~~~~

.. autoclass:: pypureclient.flasharray.PolicyrulequotapostRules
:members:

PolicyrulesmbclientpostRules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Loading

0 comments on commit 6fa6050

Please sign in to comment.