Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/netapp/azure-mgmt-netapp/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"commit": "6b95b0f0fa71e18a350cf0ba152591a29a94bdc0",
"commit": "e202bbec00023cbd368274c24db641ae9300c48a",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/netapp/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.4.5",
"readme": "specification/netapp/resource-manager/readme.md"
Expand Down
2 changes: 1 addition & 1 deletion sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.1.0"
VERSION = "1.0.0b1"
19 changes: 7 additions & 12 deletions sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/models/_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1135,9 +1135,9 @@ def __init__(
class LogSpecification(msrest.serialization.Model):
"""Log Definition of a single resource metric.

:param name:
:param name: Name of log specification.
:type name: str
:param display_name:
:param display_name: Display name of log specification.
:type display_name: str
"""

Expand Down Expand Up @@ -1948,7 +1948,7 @@ class ServiceSpecification(msrest.serialization.Model):

:param metric_specifications: Metric specifications of operation.
:type metric_specifications: list[~azure.mgmt.netapp.models.MetricSpecification]
:param log_specifications:
:param log_specifications: Log specification of operation.
:type log_specifications: list[~azure.mgmt.netapp.models.LogSpecification]
"""

Expand Down Expand Up @@ -2307,8 +2307,6 @@ class SubscriptionQuotaItem(ProxyResource):
:vartype type: str
:ivar system_data: The system meta data relating to this resource.
:vartype system_data: ~azure.mgmt.netapp.models.SystemData
:ivar name_properties_name: Quota Item name.
:vartype name_properties_name: str
:ivar current: The current quota value.
:vartype current: int
:ivar default: The default quota value.
Expand All @@ -2320,7 +2318,6 @@ class SubscriptionQuotaItem(ProxyResource):
'name': {'readonly': True},
'type': {'readonly': True},
'system_data': {'readonly': True},
'name_properties_name': {'readonly': True},
'current': {'readonly': True},
'default': {'readonly': True},
}
Expand All @@ -2330,7 +2327,6 @@ class SubscriptionQuotaItem(ProxyResource):
'name': {'key': 'name', 'type': 'str'},
'type': {'key': 'type', 'type': 'str'},
'system_data': {'key': 'systemData', 'type': 'SystemData'},
'name_properties_name': {'key': 'properties.name', 'type': 'str'},
'current': {'key': 'properties.current', 'type': 'int'},
'default': {'key': 'properties.default', 'type': 'int'},
}
Expand All @@ -2341,7 +2337,6 @@ def __init__(
):
super(SubscriptionQuotaItem, self).__init__(**kwargs)
self.system_data = None
self.name_properties_name = None
self.current = None
self.default = None

Expand Down Expand Up @@ -2552,7 +2547,8 @@ class Volume(msrest.serialization.Model):
:param smb_continuously_available: Enables continuously available share property for smb
volume. Only applicable for SMB volume.
:type smb_continuously_available: bool
:param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume.
:param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume and
this will be accepted as input only for manual qosType volume.
:type throughput_mibps: float
:param encryption_key_source: Encryption Key Source. Possible values are: 'Microsoft.NetApp'.
:type encryption_key_source: str
Expand Down Expand Up @@ -2605,7 +2601,6 @@ class Volume(msrest.serialization.Model):
'network_sibling_set_id': {'readonly': True, 'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'},
'storage_to_network_proximity': {'readonly': True},
'mount_targets': {'readonly': True},
'throughput_mibps': {'maximum': 4500, 'minimum': 0},
'coolness_period': {'maximum': 63, 'minimum': 7},
'unix_permissions': {'max_length': 4, 'min_length': 4},
'clone_progress': {'readonly': True},
Expand Down Expand Up @@ -2806,7 +2801,8 @@ class VolumePatch(msrest.serialization.Model):
:type usage_threshold: long
:param export_policy: Set of export policy rules.
:type export_policy: ~azure.mgmt.netapp.models.VolumePatchPropertiesExportPolicy
:param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume.
:param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume and
this will be accepted as input only for manual qosType volume.
:type throughput_mibps: float
:param data_protection: DataProtection type volumes include an object containing details of the
replication.
Expand All @@ -2826,7 +2822,6 @@ class VolumePatch(msrest.serialization.Model):
'name': {'readonly': True},
'type': {'readonly': True},
'usage_threshold': {'maximum': 109951162777600, 'minimum': 107374182400},
'throughput_mibps': {'maximum': 4500, 'minimum': 1},
}

_attribute_map = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1252,9 +1252,9 @@ def __init__(
class LogSpecification(msrest.serialization.Model):
"""Log Definition of a single resource metric.

:param name:
:param name: Name of log specification.
:type name: str
:param display_name:
:param display_name: Display name of log specification.
:type display_name: str
"""

Expand Down Expand Up @@ -2148,7 +2148,7 @@ class ServiceSpecification(msrest.serialization.Model):

:param metric_specifications: Metric specifications of operation.
:type metric_specifications: list[~azure.mgmt.netapp.models.MetricSpecification]
:param log_specifications:
:param log_specifications: Log specification of operation.
:type log_specifications: list[~azure.mgmt.netapp.models.LogSpecification]
"""

Expand Down Expand Up @@ -2542,8 +2542,6 @@ class SubscriptionQuotaItem(ProxyResource):
:vartype type: str
:ivar system_data: The system meta data relating to this resource.
:vartype system_data: ~azure.mgmt.netapp.models.SystemData
:ivar name_properties_name: Quota Item name.
:vartype name_properties_name: str
:ivar current: The current quota value.
:vartype current: int
:ivar default: The default quota value.
Expand All @@ -2555,7 +2553,6 @@ class SubscriptionQuotaItem(ProxyResource):
'name': {'readonly': True},
'type': {'readonly': True},
'system_data': {'readonly': True},
'name_properties_name': {'readonly': True},
'current': {'readonly': True},
'default': {'readonly': True},
}
Expand All @@ -2565,7 +2562,6 @@ class SubscriptionQuotaItem(ProxyResource):
'name': {'key': 'name', 'type': 'str'},
'type': {'key': 'type', 'type': 'str'},
'system_data': {'key': 'systemData', 'type': 'SystemData'},
'name_properties_name': {'key': 'properties.name', 'type': 'str'},
'current': {'key': 'properties.current', 'type': 'int'},
'default': {'key': 'properties.default', 'type': 'int'},
}
Expand All @@ -2576,7 +2572,6 @@ def __init__(
):
super(SubscriptionQuotaItem, self).__init__(**kwargs)
self.system_data = None
self.name_properties_name = None
self.current = None
self.default = None

Expand Down Expand Up @@ -2801,7 +2796,8 @@ class Volume(msrest.serialization.Model):
:param smb_continuously_available: Enables continuously available share property for smb
volume. Only applicable for SMB volume.
:type smb_continuously_available: bool
:param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume.
:param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume and
this will be accepted as input only for manual qosType volume.
:type throughput_mibps: float
:param encryption_key_source: Encryption Key Source. Possible values are: 'Microsoft.NetApp'.
:type encryption_key_source: str
Expand Down Expand Up @@ -2854,7 +2850,6 @@ class Volume(msrest.serialization.Model):
'network_sibling_set_id': {'readonly': True, 'max_length': 36, 'min_length': 36, 'pattern': r'^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$'},
'storage_to_network_proximity': {'readonly': True},
'mount_targets': {'readonly': True},
'throughput_mibps': {'maximum': 4500, 'minimum': 0},
'coolness_period': {'maximum': 63, 'minimum': 7},
'unix_permissions': {'max_length': 4, 'min_length': 4},
'clone_progress': {'readonly': True},
Expand Down Expand Up @@ -3097,7 +3092,8 @@ class VolumePatch(msrest.serialization.Model):
:type usage_threshold: long
:param export_policy: Set of export policy rules.
:type export_policy: ~azure.mgmt.netapp.models.VolumePatchPropertiesExportPolicy
:param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume.
:param throughput_mibps: Maximum throughput in Mibps that can be achieved by this volume and
this will be accepted as input only for manual qosType volume.
:type throughput_mibps: float
:param data_protection: DataProtection type volumes include an object containing details of the
replication.
Expand All @@ -3117,7 +3113,6 @@ class VolumePatch(msrest.serialization.Model):
'name': {'readonly': True},
'type': {'readonly': True},
'usage_threshold': {'maximum': 109951162777600, 'minimum': 107374182400},
'throughput_mibps': {'maximum': 4500, 'minimum': 1},
}

_attribute_map = {
Expand Down