Remove whitespace from Add-RegistrySettings function
White space is not allowed before the Powershell string terminator.
Fixed formatting.
Add localPath parameter to AzureDCAP function
InstallAzureDCAP.ps1 has a mandatory parameter "localPath".
The script is waiting for user input and hangs the provisioning process
Upgrade AzureDCAP client to version 0.0.2
Move Add-RegistrySettings function last
Add-RegistrySettings function is triggering a system restart before the
setup is complete.
Increase Windows restart delay to 60 seconds
Add-RegistrySettings function triggers a restart with a delay of 10
seconds.
This is not enough time for the CI script to gather all the
provisioning logs from the instance
fixes #63