Skip to content

Commit 1f3ffef

Browse files
authored
remove TBD warning messages (#23551)
1 parent 3981d9d commit 1f3ffef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Storage/Storage.Management/StorageAccount/NewAzureStorageAccount.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ public bool EnableAzureActiveDirectoryDomainServicesForFile
288288
}
289289
private bool? enableAzureActiveDirectoryDomainServicesForFile = null;
290290

291-
[CmdletParameterBreakingChangeWithVersion("EnableLargeFileShare", "12.0.0", "7.0.0", ChangeDescription = "EnableLargeFileShare parameter will be deprecated in a future release.")]
292291
[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")]
293292
public SwitchParameter EnableLargeFileShare { get; set; }
294293

src/Storage/Storage.Management/StorageAccount/SetAzureStorageAccount.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ public bool EnableAzureActiveDirectoryDomainServicesForFile
246246
}
247247
private bool? enableAzureActiveDirectoryDomainServicesForFile = null;
248248

249-
[CmdletParameterBreakingChangeWithVersion("EnableLargeFileShare", "12.0.0", "7.0.0", ChangeDescription = "EnableLargeFileShare parameter will be deprecated in a future release.")]
250249
[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")]
251250
public SwitchParameter EnableLargeFileShare { get; set; }
252251

0 commit comments

Comments
 (0)