Skip to content

Commit 8b3cffa

Browse files
authored
Merge pull request #182303 from DerekHerman-MSFT/patch-20
Update tutorial-manage-data-disk.md
2 parents 689ba8f + bf4a65e commit 8b3cffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/windows/tutorial-manage-data-disk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ Before you can take advantage of the new disk size, you need to expand the volum
328328
1. Open PowerShell and run the following script. Change the value of the `-DriveLetter` variable as appropriate. For example, to resize the partition on the **F:** drive, use `$driveLetter = "F"`.
329329
330330
```powershell
331-
$driveLetter = "[Drive Letter]" `
332-
$size = (Get-PartitionSupportedSize -DriveLetter $driveLetter) `
331+
$driveLetter = "[Drive Letter]"
332+
$size = (Get-PartitionSupportedSize -DriveLetter $driveLetter)
333333
Resize-Partition `
334334
-DriveLetter $driveLetter `
335335
-Size $size.SizeMax

0 commit comments

Comments
 (0)