diff --git a/src/Storage/Storage.Management/StorageAccount/NewAzureStorageAccount.cs b/src/Storage/Storage.Management/StorageAccount/NewAzureStorageAccount.cs index cf9bf5e1b137..38580e2a08f2 100644 --- a/src/Storage/Storage.Management/StorageAccount/NewAzureStorageAccount.cs +++ b/src/Storage/Storage.Management/StorageAccount/NewAzureStorageAccount.cs @@ -288,7 +288,6 @@ public bool EnableAzureActiveDirectoryDomainServicesForFile } private bool? enableAzureActiveDirectoryDomainServicesForFile = null; - [CmdletParameterBreakingChangeWithVersion("EnableLargeFileShare", "12.0.0", "7.0.0", ChangeDescription = "EnableLargeFileShare parameter will be deprecated in a future release.")] [Parameter(Mandatory = false, HelpMessage = "Indicates whether or not the storage account can support large file shares with more than 5 TiB capacity. Once the account is enabled, the feature cannot be disabled. Currently only supported for LRS and ZRS replication types, hence account conversions to geo-redundant accounts would not be possible. Learn more in https://go.microsoft.com/fwlink/?linkid=2086047")] public SwitchParameter EnableLargeFileShare { get; set; } diff --git a/src/Storage/Storage.Management/StorageAccount/SetAzureStorageAccount.cs b/src/Storage/Storage.Management/StorageAccount/SetAzureStorageAccount.cs index 47211d52518e..b2ddc39f0fc3 100644 --- a/src/Storage/Storage.Management/StorageAccount/SetAzureStorageAccount.cs +++ b/src/Storage/Storage.Management/StorageAccount/SetAzureStorageAccount.cs @@ -246,7 +246,6 @@ public bool EnableAzureActiveDirectoryDomainServicesForFile } private bool? enableAzureActiveDirectoryDomainServicesForFile = null; - [CmdletParameterBreakingChangeWithVersion("EnableLargeFileShare", "12.0.0", "7.0.0", ChangeDescription = "EnableLargeFileShare parameter will be deprecated in a future release.")] [Parameter(Mandatory = false, HelpMessage = "Indicates whether or not the storage account can support large file shares with more than 5 TiB capacity. Once the account is enabled, the feature cannot be disabled. Currently only supported for LRS and ZRS replication types, hence account conversions to geo-redundant accounts would not be possible. Learn more in https://go.microsoft.com/fwlink/?linkid=2086047")] public SwitchParameter EnableLargeFileShare { get; set; }