File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/ResourceManager/Compute/Commands.Compute/Extension/AEM Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -59,35 +59,33 @@ public class SetAzureRmVMAEMExtension : VirtualMachineExtensionBaseCmdlet
59
59
60
60
[ Parameter (
61
61
Mandatory = false ,
62
- Position = 2 ,
63
62
ValueFromPipelineByPropertyName = false ,
64
63
HelpMessage = "Deprecated - Windows Azure Diagnostics is now disabled by default" ) ]
65
64
public SwitchParameter DisableWAD { get ; set ; }
66
65
67
66
[ Parameter (
68
67
Mandatory = false ,
69
- Position = 2 ,
70
68
ValueFromPipelineByPropertyName = false ,
71
69
HelpMessage = "If this parameter is provided, the commandlet will enable Windows Azure Diagnostics for this virtual machine." ) ]
72
70
public SwitchParameter EnableWAD { get ; set ; }
73
71
74
72
[ Parameter (
75
73
Mandatory = false ,
76
- Position = 3 ,
74
+ Position = 2 ,
77
75
ValueFromPipelineByPropertyName = false ,
78
76
HelpMessage = "Name of the storage account that should be used to store analytics data." ) ]
79
77
public string WADStorageAccountName { get ; set ; }
80
78
81
79
[ Parameter (
82
80
Mandatory = false ,
83
- Position = 4 ,
81
+ Position = 3 ,
84
82
ValueFromPipelineByPropertyName = false ,
85
83
HelpMessage = "Operating System Type of the virtual machines. Possible values: Windows | Linux" ) ]
86
84
public string OSType { get ; set ; }
87
85
88
86
[ Parameter (
89
87
Mandatory = false ,
90
- Position = 5 ,
88
+ Position = 4 ,
91
89
ValueFromPipelineByPropertyName = false ,
92
90
HelpMessage = "Disables the settings for table content" ) ]
93
91
public SwitchParameter SkipStorage { get ; set ; }
You can’t perform that action at this time.
0 commit comments