Skip to content

Commit e7e74e2

Browse files
committed
fix validation errors
1 parent f8f7596 commit e7e74e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ You can check if you have successfully created the maintenance configurations by
182182
Get-AzMaintenanceConfiguration | Format-Table -Property Name,Id
183183
```
184184

185-
## Assigning the configuration
185+
## Assign the configuration
186186

187187
After you have created your configuration, you might want to also assign machines to it using powershell. To achieve this we will use [New-AzConfigurationAssignment](/powershell/module/az.maintenance/new-azconfigurationassignment).
188188

articles/virtual-machines/move-region-maintenance-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ After moving the configurations, compare configurations and resources in the new
6262
6363
## Clean up source resources
6464
65-
After the move, consider deleting the moved maintenance configurations in the source region, [PowerShell](../virtual-machines/maintenance-configurations-powershell.md#remove-a-maintenance-configuration), or [CLI](../virtual-machines/maintenance-configurations-cli.md#delete-a-maintenance-configuration).
65+
After the move, consider deleting the moved maintenance configurations in the source region, [PowerShell](../virtual-machines/maintenance-configurations-powershell.md#delete-a-maintenance-configuration), or [CLI](../virtual-machines/maintenance-configurations-cli.md#delete-a-maintenance-configuration).
6666
6767
6868
## Next steps

0 commit comments

Comments
 (0)