vagrant/plugins/providers/hyperv
Arjan Weurding 399789467a Fix crash when using HyperV
Fix the error 
```homestead-7: Creating and registering the VM...
An error occurred while executing a PowerShell script. This error
is shown below. Please read the error message and see if this is
a configuration error with your system. If it is not, then please
report a bug.

Script: import_vm_vmcx.ps1
Error:

At C:\Program Files
(x86)\HashiCorp\Vagrant\embedded\gems\gems\vagrant-1.9.4\plugins\providers\hyper                    v\scripts\import_vm_vmcx.ps1:18 char:37
+     [string]$differencing_disk=$null
+                                     ~
Missing ')' in function parameter list.
At C:\Program Files
(x86)\HashiCorp\Vagrant\embedded\gems\gems\vagrant-1.9.4\plugins\providers\hyper                    v\scripts\import_vm_vmcx.ps1:20 char:1
+ )
+ ~
Unexpected token ')' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParseException
    + FullyQualifiedErrorId : MissingEndParenthesisInFunctionParameterList
```
2017-04-26 08:15:06 -07:00
..
action Merge remote-tracking branch 'mitchellh/master' into feature-hyperv-integration-services-fresh 2017-03-23 07:49:57 +01:00
cap Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
scripts Fix crash when using HyperV 2017-04-26 08:15:06 -07:00
action.rb Remove some logging from the package action. 2016-10-06 08:28:52 +02:00
config.rb Merge remote-tracking branch 'mitchellh/master' into feature-hyperv-integration-services-fresh 2017-03-23 07:49:57 +01:00
driver.rb First implementation for Integration services for Hyper-V as discussed in https://github.com/mitchellh/vagrant/pull/6321 #6321 2017-03-15 22:12:19 +01:00
errors.rb providers/hyperv: verify cmdlet is available [GH-3398] 2014-04-09 09:30:17 -07:00
plugin.rb Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
provider.rb Add method to detect if a Windows user is a member of the "Hyper-V Administrators" group. 2015-12-10 07:04:39 -08:00