Skip to content

Commit 5c26ce6

Browse files
fa-ui-botmhruska
authored andcommitted
Release 1.78.0
1 parent ef7f5f8 commit 5c26ce6

File tree

679 files changed

+2049
-38247
lines changed

Some content is hidden

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

679 files changed

+2049
-38247
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "py-pure-client"
3-
version = "1.77.1"
3+
version = "1.78.0"
44
description = "Pure Storage Python clients for FlashArray, FlashBlade, and Pure1 APIs"
55
authors = [
66
{ name = "Pure Storage", email = "support@purestorage.com" }

pypureclient/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__name__ = 'py-pure-client'
2-
__version__ = '1.77.1'
2+
__version__ = '1.78.0'
33
__default_user_agent__ = 'pure/{}/{}'.format(__name__, __version__)

pypureclient/flasharray/FA_2_0/models/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def load(self):
4747
'HostPortConnectivity': __LazyModelLoader('.host_port_connectivity', 'HostPortConnectivity'),
4848
'HostPost': __LazyModelLoader('.host_post', 'HostPost'),
4949
'HostResponse': __LazyModelLoader('.host_response', 'HostResponse'),
50-
'Member': __LazyModelLoader('.member', 'Member'),
5150
'MemberNoIdAll': __LazyModelLoader('.member_no_id_all', 'MemberNoIdAll'),
5251
'MemberNoIdAllGetResponse': __LazyModelLoader('.member_no_id_all_get_response', 'MemberNoIdAllGetResponse'),
5352
'MemberNoIdAllResponse': __LazyModelLoader('.member_no_id_all_response', 'MemberNoIdAllResponse'),
@@ -81,7 +80,6 @@ def load(self):
8180
'VolumeCommon': __LazyModelLoader('.volume_common', 'VolumeCommon'),
8281
'VolumeGetResponse': __LazyModelLoader('.volume_get_response', 'VolumeGetResponse'),
8382
'VolumePatch': __LazyModelLoader('.volume_patch', 'VolumePatch'),
84-
'VolumePerformance': __LazyModelLoader('.volume_performance', 'VolumePerformance'),
8583
'VolumePost': __LazyModelLoader('.volume_post', 'VolumePost'),
8684
'VolumeResponse': __LazyModelLoader('.volume_response', 'VolumeResponse'),
8785
'VolumeSnapshot': __LazyModelLoader('.volume_snapshot', 'VolumeSnapshot'),

pypureclient/flasharray/FA_2_0/models/member.py

Lines changed: 0 additions & 125 deletions
This file was deleted.

pypureclient/flasharray/FA_2_0/models/volume_performance.py

Lines changed: 0 additions & 197 deletions
This file was deleted.

0 commit comments

Comments
 (0)