diff --git a/plugins/providers/hyperv/driver.rb b/plugins/providers/hyperv/driver.rb index 751de4bf0..0b281eb3f 100644 --- a/plugins/providers/hyperv/driver.rb +++ b/plugins/providers/hyperv/driver.rb @@ -262,6 +262,7 @@ module VagrantPlugins execute(:get_vhd, DiskFilePath: disk_file_path) end + # @return [Array[Hash]] def list_hdds execute(:list_hdds, VmId: @vm_id) end