|
12 | 12 | // limitations under the License.
|
13 | 13 | // ----------------------------------------------------------------------------------
|
14 | 14 |
|
15 |
| -using System.Collections; |
16 |
| -using System.Management.Automation; |
| 15 | +using Microsoft.Azure.Commands.Management.Storage.Models; |
| 16 | +using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; |
17 | 17 | using Microsoft.Azure.Commands.ResourceManager.Common.Tags;
|
18 | 18 | using Microsoft.Azure.Management.Storage;
|
19 | 19 | using Microsoft.Azure.Management.Storage.Models;
|
20 |
| -using StorageModels = Microsoft.Azure.Management.Storage.Models; |
21 |
| -using Microsoft.Azure.Commands.Management.Storage.Models; |
22 |
| -using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters; |
| 20 | +using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; |
23 | 21 | using System;
|
| 22 | +using System.Collections; |
24 | 23 | using System.Collections.Generic;
|
25 |
| -using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; |
| 24 | +using System.Management.Automation; |
| 25 | +using StorageModels = Microsoft.Azure.Management.Storage.Models; |
26 | 26 |
|
27 | 27 | namespace Microsoft.Azure.Commands.Management.Storage
|
28 | 28 | {
|
@@ -286,6 +286,7 @@ public bool EnableAzureActiveDirectoryDomainServicesForFile
|
286 | 286 | }
|
287 | 287 | private bool? enableAzureActiveDirectoryDomainServicesForFile = null;
|
288 | 288 |
|
| 289 | + [CmdletParameterBreakingChange("EnableLargeFileShare", ChangeDescription = "EnableLargeFileShare parameter will be deprecated in a future release.")] |
289 | 290 | [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")]
|
290 | 291 | public SwitchParameter EnableLargeFileShare { get; set; }
|
291 | 292 |
|
|
0 commit comments