From e01f1009ca11aa0662258443ae6dd5a4db1f7fc4 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot Date: Wed, 4 Dec 2019 03:22:55 +0000 Subject: [PATCH] Generated from 0de57e1ab5e1425affd87fcd66931cdedd0aa7b6 [Storage] Fix the share max quota to right value 102400 --- .../azure/mgmt/storage/v2019_06_01/models/_models.py | 8 ++++---- .../azure/mgmt/storage/v2019_06_01/models/_models_py3.py | 8 ++++---- .../v2019_06_01/operations/_file_shares_operations.py | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/models/_models.py b/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/models/_models.py index 792599346b36..d39903261237 100644 --- a/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/models/_models.py +++ b/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/models/_models.py @@ -1001,7 +1001,7 @@ class FileShare(AzureEntityResource): :type metadata: dict[str, str] :param share_quota: The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File - Shares, the maximum size is 100000. + Shares, the maximum size is 102400. :type share_quota: int """ @@ -1011,7 +1011,7 @@ class FileShare(AzureEntityResource): 'type': {'readonly': True}, 'etag': {'readonly': True}, 'last_modified_time': {'readonly': True}, - 'share_quota': {'maximum': 100000, 'minimum': 1}, + 'share_quota': {'maximum': 102400, 'minimum': 1}, } _attribute_map = { @@ -1055,7 +1055,7 @@ class FileShareItem(AzureEntityResource): :type metadata: dict[str, str] :param share_quota: The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File - Shares, the maximum size is 100000. + Shares, the maximum size is 102400. :type share_quota: int """ @@ -1065,7 +1065,7 @@ class FileShareItem(AzureEntityResource): 'type': {'readonly': True}, 'etag': {'readonly': True}, 'last_modified_time': {'readonly': True}, - 'share_quota': {'maximum': 100000, 'minimum': 1}, + 'share_quota': {'maximum': 102400, 'minimum': 1}, } _attribute_map = { diff --git a/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/models/_models_py3.py b/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/models/_models_py3.py index b34ad06cd259..ccc5fcc8c9e8 100644 --- a/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/models/_models_py3.py +++ b/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/models/_models_py3.py @@ -1001,7 +1001,7 @@ class FileShare(AzureEntityResource): :type metadata: dict[str, str] :param share_quota: The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File - Shares, the maximum size is 100000. + Shares, the maximum size is 102400. :type share_quota: int """ @@ -1011,7 +1011,7 @@ class FileShare(AzureEntityResource): 'type': {'readonly': True}, 'etag': {'readonly': True}, 'last_modified_time': {'readonly': True}, - 'share_quota': {'maximum': 100000, 'minimum': 1}, + 'share_quota': {'maximum': 102400, 'minimum': 1}, } _attribute_map = { @@ -1055,7 +1055,7 @@ class FileShareItem(AzureEntityResource): :type metadata: dict[str, str] :param share_quota: The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File - Shares, the maximum size is 100000. + Shares, the maximum size is 102400. :type share_quota: int """ @@ -1065,7 +1065,7 @@ class FileShareItem(AzureEntityResource): 'type': {'readonly': True}, 'etag': {'readonly': True}, 'last_modified_time': {'readonly': True}, - 'share_quota': {'maximum': 100000, 'minimum': 1}, + 'share_quota': {'maximum': 102400, 'minimum': 1}, } _attribute_map = { diff --git a/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py b/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py index f370fcdb12b7..ca0c37d18618 100644 --- a/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py +++ b/sdk/storage/azure-mgmt-storage/azure/mgmt/storage/v2019_06_01/operations/_file_shares_operations.py @@ -149,7 +149,7 @@ def create( :type metadata: dict[str, str] :param share_quota: The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large - File Shares, the maximum size is 100000. + File Shares, the maximum size is 102400. :type share_quota: int :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the @@ -237,7 +237,7 @@ def update( :type metadata: dict[str, str] :param share_quota: The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large - File Shares, the maximum size is 100000. + File Shares, the maximum size is 102400. :type share_quota: int :param dict custom_headers: headers that will be added to the request :param bool raw: returns the direct response alongside the