def download_hyperv_compute_msi(self, target_path): utils.download_file(HYPERV_MSI_URL, target_path)
def download_freerdp_webconnect_msi(self, target_path): utils.download_file(FREERDP_WEBCONNECT_MSI_URL, target_path)
def download_cirros_image(self, target_path): utils.download_file(CIRROS_VHDX_URL, target_path)