Skip to content

Commit f8f7596

Browse files
committed
some typo changes
1 parent 6048757 commit f8f7596

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/maintenance-configurations-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Using `$scope = "Host"` ensures that the maintenance configuration is used for c
102102

103103
### OS Image
104104

105-
In this example, we will create a maintenance configuration named myConfig scoped to **osimage** with a scheduled window of 8 hours every 5 days. It is important to note that the **duration** of the schedule for this scope should be at least 5 hours long. Another key difference to not is that this scope allows a max of 7 days for schedule recurrence.
105+
In this example, we will create a maintenance configuration named myConfig scoped to **osimage** with a scheduled window of 8 hours every 5 days. It is important to note that the **duration** of the schedule for this scope should be at least 5 hours long. Another key difference to note is that this scope allows a max of 7 days for schedule recurrence.
106106

107107
```azurepowershell-interactive
108108
$RGName = "myMaintenanceRG"
@@ -356,7 +356,7 @@ Get-AzApplyUpdate `
356356
-ResourceName "myVM" `
357357
-ResourceType "VirtualMachines" `
358358
-ProviderName "Microsoft.Compute" `
359-
-ApplyUpdateName "configName"
359+
-ApplyUpdateName "applyUpdateName"
360360
```
361361

362362
### Dedicated host
@@ -371,7 +371,7 @@ Get-AzApplyUpdate `
371371
-ResourceParentName "myHostGroup" `
372372
-ResourceParentType "hostGroups" `
373373
-ProviderName "Microsoft.Compute" `
374-
-ApplyUpdateName "configName"
374+
-ApplyUpdateName "applyUpdateName"
375375
```
376376

377377
### Virtual Machine Scale Sets
@@ -383,7 +383,7 @@ New-AzApplyUpdate `
383383
-ResourceName "myVMSS" `
384384
-ResourceType "VirtualMachineScaleSets" `
385385
-ProviderName "Microsoft.Compute" `
386-
-ApplyUpdateName "configName"
386+
-ApplyUpdateName "applyUpdateName"
387387
```
388388

389389
## Delete a maintenance configuration

0 commit comments

Comments
 (0)