Skip to content

Commit 7083c2f

Browse files
committed
revised include files
1 parent 9a180a2 commit 7083c2f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

azure-stack/includes/hci-delete-vm-image-azure-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ ms.service: azure-stack
55
ms.subservice: azure-stack-hci
66
ms.custom: devx-track-azurecli
77
ms.topic: include
8-
ms.date: 11/06/2023
8+
ms.date: 09/24/2024
99
---
1010

1111
1. Run PowerShell as an administrator.
12-
1. Set the following parameters.
12+
1. Set the following parameters:
1313

1414
```azurecli
1515
$subscription = "<Subscription ID>"
1616
$resource_group = "<Cluster resource group>"
17-
$galleryImageName = "<Gallery image name>"
17+
$mktplaceImage = "<Markeplace image name>"
1818
```
1919
2020
1. Remove an existing VM image. Run the following command:

azure-stack/includes/hci-list-vm-image-azure-cli.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-stack
55
ms.subservice: azure-stack-hci
66
ms.custom: devx-track-azurecli
77
ms.topic: include
8-
ms.date: 11/06/2023
8+
ms.date: 09/24/2024
99
---
1010

1111
Follow these steps to list VM image using Azure CLI.
@@ -93,4 +93,6 @@ inServer2022Az-01",
9393
}
9494
]
9595
PS C:\Users\azcli>
96-
```
96+
```
97+
98+
For more information on this CLI command, see [az stack-hci-vm image list](/cli/azure/stack-hci-vm/image?view=azure-cli-latest#az-stack-hci-vm-image-list).

0 commit comments

Comments
 (0)