Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down