Skip to content

Commit f3dfd6e

Browse files
Merge pull request #262250 from Farha-Bano/Doc_update_Jan3
Minor change in CLI script
2 parents 5b5bac7 + c08670d commit f3dfd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/vmware-vsphere/enable-virtual-hardware.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Enable virtual hardware and VM CRUD capabilities in a machine with Arc agent installed
33
description: Enable virtual hardware and VM CRUD capabilities in a machine with Arc agent installed
44
ms.topic: how-to
5-
ms.date: 12/29/2023
5+
ms.date: 01/03/2024
66
ms.service: azure-arc
77
ms.subservice: azure-arc-vmware-vsphere
88
author: Farha-Bano
@@ -45,7 +45,7 @@ When you encounter this error message, try performing the **Link to vCenter** op
4545

4646

4747
```azurecli-interactive
48-
az connectedvmware vm create --subscription <subscription-id> --location <Azure region of the machine> --resource-group <resource-group-name> --custom-location /providers/microsoft.extendedlocation/customlocations/<custom-location-name> --name <machine-name> --inventory-item /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.ConnectedVMwarevSphere/<vcenter-name>/contoso-vcenter/InventoryItems/<machine-name>
48+
az connectedvmware vm create --subscription <subscription-id> --location <Azure region of the machine> --resource-group <resource-group-name> --custom-location /providers/microsoft.extendedlocation/customlocations/<custom-location-name> --name <machine-name> --inventory-item /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.ConnectedVMwarevSphere/VCenters/<vcenter-name>/InventoryItems/<machine-name>
4949
```
5050

5151
## Next steps

0 commit comments

Comments
 (0)