Skip to content

Commit f696de8

Browse files
Merge pull request #271490 from roygara/updatingCLIFix
Fixing article.
2 parents 43c4c51 + 94869df commit f696de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/disks-convert-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: roygara
55
ms.service: azure-disk-storage
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell
77
ms.topic: how-to
8-
ms.date: 11/28/2023
8+
ms.date: 04/08/2024
99
ms.author: rogarana
1010
---
1111

@@ -279,7 +279,7 @@ yourDiskID=$(az disk show -n $diskName -g $resourceGroupName --query "id" --outp
279279
# Create the snapshot
280280
snapshot=$(az snapshot create -g $resourceGroupName -n $snapshotName --source $yourDiskID --incremental true)
281281
282-
az disk create -g resourceGroupName -n newDiskName --source $snapshot --logical-sector-size $logicalSectorSize --location $location --zone $zone
282+
az disk create -g resourceGroupName -n newDiskName --source $snapshot --logical-sector-size $logicalSectorSize --location $location --zone $zone --sku $storageType
283283
284284
```
285285

0 commit comments

Comments
 (0)