@@ -278,11 +278,11 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
278278 [ Parameter ( Mandatory = false ,
279279 ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet ,
280280 HelpMessage = "Start Date Time. Format 2022-09-21 06:00:00\n +" +
281- "Should be mentioned in case of Reccurent Schedule - Once, Daily, Weekly or Monthly." ) ]
281+ "Should be mentioned in case of Recurrent Schedule - Once, Daily, Weekly or Monthly." ) ]
282282 [ Parameter ( Mandatory = false ,
283283 ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet ,
284284 HelpMessage = "Start Date Time. Format 2022-09-21 06:00:00\n +" +
285- "Should be mentioned in case of Reccurent Schedule - Once, Daily, Weekly or Monthly." ) ]
285+ "Should be mentioned in case of Recurrent Schedule - Once, Daily, Weekly or Monthly." ) ]
286286 public string ScheduleStartDateTime { get ; set ; }
287287
288288 /// <summary>
@@ -291,11 +291,11 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
291291 [ Parameter ( Mandatory = false ,
292292 ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet ,
293293 HelpMessage = "End Date Time. Format 2022-09-21 06:00:00\n +" +
294- "Should be mentioned in case of Reccurent Schedule - Once, Daily, Weekly or Monthly." ) ]
294+ "Should be mentioned in case of Recurrent Schedule - Once, Daily, Weekly or Monthly." ) ]
295295 [ Parameter ( Mandatory = false ,
296296 ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet ,
297297 HelpMessage = "End Date Time. Format 2022-09-21 06:00:00\n +" +
298- "Should be mentioned in case of Reccurent Schedule - Once, Daily, Weekly or Monthly." ) ]
298+ "Should be mentioned in case of Recurrent Schedule - Once, Daily, Weekly or Monthly." ) ]
299299 public string ScheduleEndDateTime { get ; set ; }
300300
301301 /// <summary>
@@ -310,7 +310,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
310310 public string ScheduleTimeZone { get ; set ; }
311311
312312 /// <summary>
313- /// Alert Processing rule simplified format : Schedule Reccurence Type
313+ /// Alert Processing rule simplified format : Schedule Recurrence Type
314314 /// </summary>
315315 [ Parameter ( Mandatory = false ,
316316 ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet ,
@@ -322,7 +322,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
322322 public string ScheduleReccurenceType { get ; set ; }
323323
324324 /// <summary>
325- /// Alert Processing rule simplified format : Schedule Reccurence Type
325+ /// Alert Processing rule simplified format : Schedule Recurrence Type
326326 /// </summary>
327327 [ Parameter ( Mandatory = false ,
328328 ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet ,
@@ -334,7 +334,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
334334 public string ScheduleReccurence2Type { get ; set ; }
335335
336336 /// <summary>
337- /// Alert Processing rule simplified format : Reccurence Days Of Week
337+ /// Alert Processing rule simplified format : Recurrence Days Of Week
338338 /// </summary>
339339 [ Parameter ( Mandatory = false ,
340340 ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet ,
@@ -345,7 +345,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
345345 public string ScheduleReccurenceDaysOfWeek { get ; set ; }
346346
347347 /// <summary>
348- /// Alert Processing rule simplified format : second reccurence Days Of Week
348+ /// Alert Processing rule simplified format : second recurrence Days Of Week
349349 /// </summary>
350350 [ Parameter ( Mandatory = false ,
351351 ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet ,
@@ -356,7 +356,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
356356 public string ScheduleReccurence2DaysOfWeek { get ; set ; }
357357
358358 /// <summary>
359- /// Alert Processing rule simplified format : Reccurence Days Of Month
359+ /// Alert Processing rule simplified format : Recurrence Days Of Month
360360 /// </summary>
361361 [ Parameter ( Mandatory = false ,
362362 ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet ,
@@ -367,7 +367,7 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
367367 public string ScheduleReccurenceDaysOfMonth { get ; set ; }
368368
369369 /// <summary>
370- /// Alert Processing rule simplified format : Second reccurence Days Of Month
370+ /// Alert Processing rule simplified format : Second recurrence Days Of Month
371371 /// </summary>
372372 [ Parameter ( Mandatory = false ,
373373 ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet ,
@@ -378,55 +378,55 @@ public class SetAzureAlertProcessingRule : AlertsManagementBaseCmdlet
378378 public string ScheduleReccurence2DaysOfMonth { get ; set ; }
379379
380380 /// <summary>
381- /// Alert Processing rule simplified format : Reccurence Start Time
381+ /// Alert Processing rule simplified format : Recurrence Start Time
382382 /// </summary>
383383 [ Parameter ( Mandatory = false ,
384384 ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet ,
385- HelpMessage = "Reccurence Start Time. Format 06:00:00\n +" +
386- "Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly." ) ]
385+ HelpMessage = "Recurrence Start Time. Format 06:00:00\n +" +
386+ "Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly." ) ]
387387 [ Parameter ( Mandatory = false ,
388388 ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet ,
389- HelpMessage = "Reccurence Start Time. Format 06:00:00\n +" +
390- "Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly." ) ]
389+ HelpMessage = "Recurrence Start Time. Format 06:00:00\n +" +
390+ "Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly." ) ]
391391 public string ScheduleReccurenceStartTime { get ; set ; }
392392
393393 /// <summary>
394- /// Alert Processing rule simplified format : second reccurence Start Time
394+ /// Alert Processing rule simplified format : second recurrence Start Time
395395 /// </summary>
396396 [ Parameter ( Mandatory = false ,
397397 ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet ,
398- HelpMessage = "Reccurence Start Time. Format 06:00:00\n +" +
399- "Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly." ) ]
398+ HelpMessage = "Recurrence Start Time. Format 06:00:00\n +" +
399+ "Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly." ) ]
400400 [ Parameter ( Mandatory = false ,
401401 ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet ,
402- HelpMessage = "Reccurence Start Time. Format 06:00:00\n +" +
403- "Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly." ) ]
402+ HelpMessage = "Recurrence Start Time. Format 06:00:00\n +" +
403+ "Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly." ) ]
404404 public string ScheduleReccurence2StartTime { get ; set ; }
405405
406406 /// <summary>
407- /// Alert Processing rule simplified format : Reccurence End Time
407+ /// Alert Processing rule simplified format : Recurrence End Time
408408 /// </summary>
409409 [ Parameter ( Mandatory = false ,
410410 ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet ,
411- HelpMessage = "Reccurence End Time. Format 06:00:00\n +" +
412- "Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly." ) ]
411+ HelpMessage = "Recurrence End Time. Format 06:00:00\n +" +
412+ "Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly." ) ]
413413 [ Parameter ( Mandatory = false ,
414414 ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet ,
415- HelpMessage = "Reccurence End Time. Format 06:00:00\n +" +
416- "Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly." ) ]
415+ HelpMessage = "Recurrence End Time. Format 06:00:00\n +" +
416+ "Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly." ) ]
417417 public string ScheduleReccurenceEndTime { get ; set ; }
418418
419419 /// <summary>
420- /// Alert Processing rule simplified format : Second reccurence End Time
420+ /// Alert Processing rule simplified format : Second recurrence End Time
421421 /// </summary>
422422 [ Parameter ( Mandatory = false ,
423423 ParameterSetName = BySimplifiedFormatActionGroupAlertProcessingRuleParameterSet ,
424- HelpMessage = "Reccurence End Time. Format 06:00:00\n +" +
425- "Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly." ) ]
424+ HelpMessage = "Recurrence End Time. Format 06:00:00\n +" +
425+ "Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly." ) ]
426426 [ Parameter ( Mandatory = false ,
427427 ParameterSetName = BySimplifiedFormatSuppressionAlertProcessingRuleParameterSet ,
428- HelpMessage = "Reccurence End Time. Format 06:00:00\n +" +
429- "Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly." ) ]
428+ HelpMessage = "Recurrence End Time. Format 06:00:00\n +" +
429+ "Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly." ) ]
430430 public string ScheduleReccurence2EndTime { get ; set ; }
431431
432432 /// <summary>
0 commit comments