From c6298c4d519b34d631c2055e5df30d2b381b5819 Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Tue, 7 Jan 2020 07:13:50 +0000 Subject: [PATCH] Generated from c24cd8185bf8c9b61280fee78ea13eb2a131e4c0 Revert "[SRP] Add default response status code (#8065)" This reverts commit f7475a752a8019712b1195cdf876d8cc169f4c08. --- sdk/storage/arm-storage/LICENSE.txt | 2 +- sdk/storage/arm-storage/src/models/index.ts | 8 ++++---- sdk/storage/arm-storage/src/models/mappers.ts | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sdk/storage/arm-storage/LICENSE.txt b/sdk/storage/arm-storage/LICENSE.txt index b73b4a1293c3..ea8fb1516028 100644 --- a/sdk/storage/arm-storage/LICENSE.txt +++ b/sdk/storage/arm-storage/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 Microsoft +Copyright (c) 2020 Microsoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/sdk/storage/arm-storage/src/models/index.ts b/sdk/storage/arm-storage/src/models/index.ts index 79a6962f0666..6734b3dc930f 100644 --- a/sdk/storage/arm-storage/src/models/index.ts +++ b/sdk/storage/arm-storage/src/models/index.ts @@ -1887,7 +1887,7 @@ export interface FileShare extends AzureEntityResource { metadata?: { [propertyName: string]: string }; /** * 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. + * 5TB (5120). For Large File Shares, the maximum size is 102400. */ shareQuota?: number; } @@ -1907,7 +1907,7 @@ export interface FileShareItem extends AzureEntityResource { metadata?: { [propertyName: string]: string }; /** * 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. + * 5TB (5120). For Large File Shares, the maximum size is 102400. */ shareQuota?: number; } @@ -2053,7 +2053,7 @@ export interface FileSharesCreateOptionalParams extends msRest.RequestOptionsBas metadata?: { [propertyName: string]: string }; /** * 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. + * 5TB (5120). For Large File Shares, the maximum size is 102400. */ shareQuota?: number; } @@ -2068,7 +2068,7 @@ export interface FileSharesUpdateOptionalParams extends msRest.RequestOptionsBas metadata?: { [propertyName: string]: string }; /** * 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. + * 5TB (5120). For Large File Shares, the maximum size is 102400. */ shareQuota?: number; } diff --git a/sdk/storage/arm-storage/src/models/mappers.ts b/sdk/storage/arm-storage/src/models/mappers.ts index 149a36cd7e7f..d47226efa865 100644 --- a/sdk/storage/arm-storage/src/models/mappers.ts +++ b/sdk/storage/arm-storage/src/models/mappers.ts @@ -3046,7 +3046,7 @@ export const FileShare: msRest.CompositeMapper = { shareQuota: { serializedName: "properties.shareQuota", constraints: { - InclusiveMaximum: 100000, + InclusiveMaximum: 102400, InclusiveMinimum: 1 }, type: { @@ -3085,7 +3085,7 @@ export const FileShareItem: msRest.CompositeMapper = { shareQuota: { serializedName: "properties.shareQuota", constraints: { - InclusiveMaximum: 100000, + InclusiveMaximum: 102400, InclusiveMinimum: 1 }, type: {