Skip to content

Commit b366916

Browse files
committed
fixing typos in CLI commands
1 parent 83187c8 commit b366916

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.subservice: maintenance
77
ms.topic: how-to
88
ms.custom: devx-track-azurecli
9-
ms.date: 11/20/2020
9+
ms.date: 07/01/2024
1010
ms.author: jushiman
1111
#pmcontact: shants
1212
---
@@ -246,7 +246,7 @@ Check for pending updates for an isolated VM. In this example, the output is for
246246
```azurecli-interactive
247247
az maintenance update list \
248248
--subscription {subscription ID} \
249-
--resourcegroup myMaintenanceRg \
249+
--resource-group myMaintenanceRg \
250250
--resource-name myVM \
251251
--resource-type virtualMachines \
252252
--provider-name Microsoft.Compute \
@@ -260,7 +260,7 @@ Check for pending updates for a dedicated host. In this example, the output is f
260260
```azurecli-interactive
261261
az maintenance update list \
262262
--subscription {subscription ID} \
263-
--resourcegroup myHostResourceGroup \
263+
--resource-group myHostResourceGroup \
264264
--resource-name myHost \
265265
--resource-type hosts \
266266
--provider-name Microsoft.Compute \

0 commit comments

Comments
 (0)