wsp-10323 Compatibility with old HyperV
This commit is contained in:
parent
b15d7966da
commit
8ba7c51849
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ namespace WebsitePanel.Providers.Virtualization
|
|||
{
|
||||
public enum VirtualHardDiskFormat
|
||||
{
|
||||
VHD = 1,
|
||||
VHDX = 2
|
||||
VHD = 0,
|
||||
VHDX = 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue