Skip to content

Commit ad982d4

Browse files
authored
Merge pull request #113013 from VikasPullagura-MSFT/patch-73
(Azure CXP) resolves MicrosoftDocs/azure-docs#53471
2 parents 2671a93 + 4e14256 commit ad982d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/set-up-customize-master-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you create a VM from an existing VHD, it creates a dynamic disk by default. I
5353
You can also run the following PowerShell cmdlet to change the disk to a fixed disk.
5454

5555
```powershell
56-
Convert-VHD –Path c:\\test\\MY-VM.vhdx –DestinationPath c:\\test\\MY-NEW-VM.vhd -VHDType Fixed
56+
Convert-VHD –Path c:\test\MY-VM.vhdx –DestinationPath c:\test\MY-NEW-VM.vhd -VHDType Fixed
5757
```
5858

5959
## Software preparation and installation

0 commit comments

Comments
 (0)