Skip to content

Commit 297c29e

Browse files
authored
Merge pull request #40 from purehchan/master
Release 1.26.0: Added FlashArray REST 2.15
2 parents 9e93420 + 26b32af commit 297c29e

File tree

600 files changed

+141928
-110
lines changed

Some content is hidden

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

600 files changed

+141928
-110
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.26.0 07/05/2022 Added FlashArray 2.15 client
910
1.25.0 06/20/2022 Added FlashBlade 2.4 client
1011
1.24.0 05/16/2022 Added FlashArray 2.14 client
1112
1.23.0 04/15/2022 Added FlashArray 2.13 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.25'
30+
version = u'1.26'
3131
# The full version, including alpha/beta/rc tags
32-
release = u'1.25.0'
32+
release = u'1.26.0'
3333

3434

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

docs/fa_reference.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ FlashArray REST 2.14 Client
8787
~~~~~~~~~~~~~~~~~~~~~~~~~~
8888

8989
.. autoclass:: pypureclient.flasharray.FA_2_14.client.Client
90+
91+
FlashArray REST 2.15 Client
92+
~~~~~~~~~~~~~~~~~~~~~~~~~~
93+
94+
.. autoclass:: pypureclient.flasharray.FA_2_15.client.Client
9095
:members:
9196

9297
Properties
@@ -141,6 +146,12 @@ ActiveDirectory
141146
.. autoclass:: pypureclient.flasharray.ActiveDirectory
142147
:members:
143148

149+
ActiveDirectoryPatch
150+
~~~~~~~~~~~~~~~~~~~~
151+
152+
.. autoclass:: pypureclient.flasharray.ActiveDirectoryPatch
153+
:members:
154+
144155
ActiveDirectoryPost
145156
~~~~~~~~~~~~~~~~~~~
146157

@@ -537,6 +548,12 @@ DnsPatch
537548
.. autoclass:: pypureclient.flasharray.DnsPatch
538549
:members:
539550

551+
DnsPost
552+
~~~~~~~
553+
554+
.. autoclass:: pypureclient.flasharray.DnsPost
555+
:members:
556+
540557
Drive
541558
~~~~~
542559

@@ -987,6 +1004,24 @@ PolicyMemberPost
9871004
.. autoclass:: pypureclient.flasharray.PolicyMemberPost
9881005
:members:
9891006

1007+
PolicyNfs
1008+
~~~~~~~~~
1009+
1010+
.. autoclass:: pypureclient.flasharray.PolicyNfs
1011+
:members:
1012+
1013+
PolicyNfsPatch
1014+
~~~~~~~~~~~~~~
1015+
1016+
.. autoclass:: pypureclient.flasharray.PolicyNfsPatch
1017+
:members:
1018+
1019+
PolicyNfsPost
1020+
~~~~~~~~~~~~~
1021+
1022+
.. autoclass:: pypureclient.flasharray.PolicyNfsPost
1023+
:members:
1024+
9901025
PolicyPatch
9911026
~~~~~~~~~~~
9921027

@@ -1017,6 +1052,12 @@ PolicyRuleQuota
10171052
.. autoclass:: pypureclient.flasharray.PolicyRuleQuota
10181053
:members:
10191054

1055+
PolicyRuleQuotaPatch
1056+
~~~~~~~~~~~~~~~~~~~~
1057+
1058+
.. autoclass:: pypureclient.flasharray.PolicyRuleQuotaPatch
1059+
:members:
1060+
10201061
PolicyRuleQuotaPost
10211062
~~~~~~~~~~~~~~~~~~~
10221063

@@ -1083,6 +1124,12 @@ PolicyrulenfsclientpostRules
10831124
.. autoclass:: pypureclient.flasharray.PolicyrulenfsclientpostRules
10841125
:members:
10851126

1127+
PolicyrulequotapatchRules
1128+
~~~~~~~~~~~~~~~~~~~~~~~~~
1129+
1130+
.. autoclass:: pypureclient.flasharray.PolicyrulequotapatchRules
1131+
:members:
1132+
10861133
PolicyrulequotapostRules
10871134
~~~~~~~~~~~~~~~~~~~~~~~~
10881135

0 commit comments

Comments
 (0)