From 7a5c50ab650c3019d851ca56ca98ad1cb1e66ad0 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 24 May 2019 09:16:54 +0000 Subject: [PATCH] Generated from 81ff9dd1f123face9e3dae304a8971234c6a5542 Merge pull request #28 from leonardbf/NFSAAS-2436-R4-corrections NFSAAS-2436 corrections to R4 standard --- .../azure/mgmt/netapp/models/capacity_pool.py | 8 ++++---- .../azure/mgmt/netapp/models/capacity_pool_py3.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sdk/azure-mgmt-netapp/azure/mgmt/netapp/models/capacity_pool.py b/sdk/azure-mgmt-netapp/azure/mgmt/netapp/models/capacity_pool.py index 8af0658d93e6..1d87d021895f 100644 --- a/sdk/azure-mgmt-netapp/azure/mgmt/netapp/models/capacity_pool.py +++ b/sdk/azure-mgmt-netapp/azure/mgmt/netapp/models/capacity_pool.py @@ -32,9 +32,9 @@ class CapacityPool(Model): :type tags: object :ivar pool_id: poolId. UUID v4 used to identify the Pool :vartype pool_id: str - :param size: size. Provisioned size of the pool (in bytes). Allowed values - are in 4TiB chunks (value must be multiply of 4398046511104). Default - value: 4398046511104 . + :param size: Required. size. Provisioned size of the pool (in bytes). + Allowed values are in 4TiB chunks (value must be multiply of + 4398046511104). Default value: 4398046511104 . :type size: long :param service_level: Required. serviceLevel. The service level of the file system. Possible values include: 'Standard', 'Premium', 'Ultra'. @@ -50,7 +50,7 @@ class CapacityPool(Model): 'name': {'readonly': True}, 'type': {'readonly': True}, 'pool_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}$'}, - 'size': {'maximum': 549755813888000, 'minimum': 4398046511104}, + 'size': {'required': True, 'maximum': 549755813888000, 'minimum': 4398046511104}, 'service_level': {'required': True}, 'provisioning_state': {'readonly': True}, } diff --git a/sdk/azure-mgmt-netapp/azure/mgmt/netapp/models/capacity_pool_py3.py b/sdk/azure-mgmt-netapp/azure/mgmt/netapp/models/capacity_pool_py3.py index d6a20a32523f..155677db97cf 100644 --- a/sdk/azure-mgmt-netapp/azure/mgmt/netapp/models/capacity_pool_py3.py +++ b/sdk/azure-mgmt-netapp/azure/mgmt/netapp/models/capacity_pool_py3.py @@ -32,9 +32,9 @@ class CapacityPool(Model): :type tags: object :ivar pool_id: poolId. UUID v4 used to identify the Pool :vartype pool_id: str - :param size: size. Provisioned size of the pool (in bytes). Allowed values - are in 4TiB chunks (value must be multiply of 4398046511104). Default - value: 4398046511104 . + :param size: Required. size. Provisioned size of the pool (in bytes). + Allowed values are in 4TiB chunks (value must be multiply of + 4398046511104). Default value: 4398046511104 . :type size: long :param service_level: Required. serviceLevel. The service level of the file system. Possible values include: 'Standard', 'Premium', 'Ultra'. @@ -50,7 +50,7 @@ class CapacityPool(Model): 'name': {'readonly': True}, 'type': {'readonly': True}, 'pool_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}$'}, - 'size': {'maximum': 549755813888000, 'minimum': 4398046511104}, + 'size': {'required': True, 'maximum': 549755813888000, 'minimum': 4398046511104}, 'service_level': {'required': True}, 'provisioning_state': {'readonly': True}, }