Skip to content

Commit 4084552

Browse files
authored
Removed 'en-us' from URL.
1 parent 26e6492 commit 4084552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ New-AzApplyUpdate `
187187
```
188188

189189
## Check update status
190-
Use [Get-AzApplyUpdate](https://docs.microsoft.com/en-us/powershell/module/az.maintenance/get-azapplyupdate) to check on the status of an update. The commands shown below show the status of the latest update by using `default` for the `-ApplyUpdateName` parameter. You can substitute the name of the update (returned by the [New-AzApplyUpdate](https://docs.microsoft.com/powershell/module/az.maintenance/new-azapplyupdate) command) to get the status of a specific update.
190+
Use [Get-AzApplyUpdate](https://docs.microsoft.com/powershell/module/az.maintenance/get-azapplyupdate) to check on the status of an update. The commands shown below show the status of the latest update by using `default` for the `-ApplyUpdateName` parameter. You can substitute the name of the update (returned by the [New-AzApplyUpdate](https://docs.microsoft.com/powershell/module/az.maintenance/new-azapplyupdate) command) to get the status of a specific update.
191191

192192
If there are no updates to show, the command will return an error message: `Resource not found...StatusCode: 404`.
193193

0 commit comments

Comments
 (0)