Add Dismount-VHD driver method for hyper-v

This commit is contained in:
Brian Cain 2020-04-14 13:16:44 -07:00
parent b99143866c
commit b66a61a58d
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -82,6 +82,10 @@ module VagrantPlugins
execute(:get_vhd, DiskFilePath: disk_file_path)
end
def dismount_disk(disk_file_path)
execute(:dismount_vhd, DiskFilePath: disk_file_path)
end
########
########
########