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 5661180ac19e..3d3c94e162e8 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 @@ -975,7 +975,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 """ @@ -985,7 +985,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 = { @@ -1029,7 +1029,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 """ @@ -1039,7 +1039,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 ca012603a176..21554c7c07dd 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 @@ -975,7 +975,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 """ @@ -985,7 +985,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 = { @@ -1029,7 +1029,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 """ @@ -1039,7 +1039,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