From 9fc431f7765cae7c63fada89a0702606ffeb6153 Mon Sep 17 00:00:00 2001 From: Matt Wrock Date: Sun, 24 Jan 2016 10:54:09 -0800 Subject: [PATCH] remove call to deprecated toggle_nori_type_casting in winrm --- plugins/communicators/winrm/shell.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/communicators/winrm/shell.rb b/plugins/communicators/winrm/shell.rb index f8a50a3a7..656a8b670 100644 --- a/plugins/communicators/winrm/shell.rb +++ b/plugins/communicators/winrm/shell.rb @@ -170,7 +170,6 @@ module VagrantPlugins client = ::WinRM::WinRMWebService.new(endpoint, @config.transport.to_sym, endpoint_options) client.set_timeout(@config.timeout) - client.toggle_nori_type_casting(:off) #we don't want coersion of types client end