@@ -122,7 +122,6 @@ public SecureString StorageKey
122
122
123
123
[ Parameter (
124
124
Mandatory = false ,
125
- Position = 6 ,
126
125
ValueFromPipelineByPropertyName = true ,
127
126
HelpMessage = "Backup system databases" ) ]
128
127
public SwitchParameter BackupSystemDbs
@@ -133,7 +132,6 @@ public SwitchParameter BackupSystemDbs
133
132
134
133
[ Parameter (
135
134
Mandatory = false ,
136
- Position = 7 ,
137
135
ValueFromPipelineByPropertyName = true ,
138
136
HelpMessage = "Backup schedule type, manual or automated" ) ]
139
137
[ ValidateSet ( ValidateSetValues . Manual , ValidateSetValues . Automated , IgnoreCase = true ) ]
@@ -145,7 +143,6 @@ public string BackupScheduleType
145
143
146
144
[ Parameter (
147
145
Mandatory = false ,
148
- Position = 8 ,
149
146
ValueFromPipelineByPropertyName = true ,
150
147
HelpMessage = "Sql Server Full Backup frequency, daily or weekly" ) ]
151
148
[ ValidateSet ( ValidateSetValues . Daily , ValidateSetValues . Weekly , IgnoreCase = true ) ]
@@ -157,7 +154,6 @@ public string FullBackupFrequency
157
154
158
155
[ Parameter (
159
156
Mandatory = false ,
160
- Position = 9 ,
161
157
ValueFromPipelineByPropertyName = true ,
162
158
HelpMessage = "Hour of the day (0-23) when the Sql Server Full Backup should start" ) ]
163
159
[ ValidateRange ( 0 , 23 ) ]
@@ -169,7 +165,6 @@ public int? FullBackupStartHour
169
165
170
166
[ Parameter (
171
167
Mandatory = false ,
172
- Position = 10 ,
173
168
ValueFromPipelineByPropertyName = true ,
174
169
HelpMessage = "Sql Server Full Backup window in hours" ) ]
175
170
[ ValidateRange ( 1 , 23 ) ]
@@ -181,7 +176,6 @@ public int? FullBackupWindowInHours
181
176
182
177
[ Parameter (
183
178
Mandatory = false ,
184
- Position = 11 ,
185
179
ValueFromPipelineByPropertyName = true ,
186
180
HelpMessage = "Sql Server Log Backup frequency, once every 1-60 minutes" ) ]
187
181
[ ValidateRange ( 1 , 60 ) ]
0 commit comments