From 05d3045f3af63da210a155366f2e6302b5302b9b Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 26 May 2020 11:08:02 -0700 Subject: [PATCH] Add RDoc for list_hdds --- plugins/providers/hyperv/driver.rb | 1 + 1 file changed, 1 insertion(+) 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