Skip to content

Commit 6fa6050

Browse files
authored
Merge pull request #11 from purehchan/master
Release 1.15.0: Added FlashArray REST 2.7
2 parents a5e76c8 + b590a3c commit 6fa6050

File tree

544 files changed

+130911
-41
lines changed

Some content is hidden

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

544 files changed

+130911
-41
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.15.0 06/28/2021 Added FlashArray 2.7 client
910
1.14.1 05/17/2021 Added restrictions to dependency versions in the setup
1011
1.14.0 05/10/2021 Added FlashArray 2.6 client
1112
1.13.0 03/19/2021 Added FlashBlade 2.0 client

docs/conf.py

Lines changed: 2 additions & 2 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.14'
30+
version = u'1.15'
3131
# The full version, including alpha/beta/rc tags
32-
release = u'1.14.1'
32+
release = u'1.15.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------

docs/fa_reference.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ FlashArray REST 2.6 Client
5252
~~~~~~~~~~~~~~~~~~~~~~~~~~
5353

5454
.. autoclass:: pypureclient.flasharray.FA_2_6.client.Client
55+
56+
FlashArray REST 2.7 Client
57+
~~~~~~~~~~~~~~~~~~~~~~~~~~
58+
59+
.. autoclass:: pypureclient.flasharray.FA_2_7.client.Client
5560
:members:
5661

5762
Properties
@@ -430,6 +435,12 @@ DirectoryPost
430435
.. autoclass:: pypureclient.flasharray.DirectoryPost
431436
:members:
432437

438+
DirectoryQuota
439+
~~~~~~~~~~~~~~
440+
441+
.. autoclass:: pypureclient.flasharray.DirectoryQuota
442+
:members:
443+
433444
DirectoryService
434445
~~~~~~~~~~~~~~~~
435446

@@ -670,6 +681,12 @@ KmipTestResult
670681
.. autoclass:: pypureclient.flasharray.KmipTestResult
671682
:members:
672683

684+
LimitedBy
685+
~~~~~~~~~
686+
687+
.. autoclass:: pypureclient.flasharray.LimitedBy
688+
:members:
689+
673690
MaintenanceWindow
674691
~~~~~~~~~~~~~~~~~
675692

@@ -958,6 +975,18 @@ PolicyRuleNfsClientPost
958975
.. autoclass:: pypureclient.flasharray.PolicyRuleNfsClientPost
959976
:members:
960977

978+
PolicyRuleQuota
979+
~~~~~~~~~~~~~~~
980+
981+
.. autoclass:: pypureclient.flasharray.PolicyRuleQuota
982+
:members:
983+
984+
PolicyRuleQuotaPost
985+
~~~~~~~~~~~~~~~~~~~
986+
987+
.. autoclass:: pypureclient.flasharray.PolicyRuleQuotaPost
988+
:members:
989+
961990
PolicyRuleSmbClient
962991
~~~~~~~~~~~~~~~~~~~
963992

@@ -1018,6 +1047,12 @@ PolicyrulenfsclientpostRules
10181047
.. autoclass:: pypureclient.flasharray.PolicyrulenfsclientpostRules
10191048
:members:
10201049

1050+
PolicyrulequotapostRules
1051+
~~~~~~~~~~~~~~~~~~~~~~~~
1052+
1053+
.. autoclass:: pypureclient.flasharray.PolicyrulequotapostRules
1054+
:members:
1055+
10211056
PolicyrulesmbclientpostRules
10221057
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10231058

0 commit comments

Comments
 (0)