microsoft / oe-engine

ACC template generation engine
MIT License
11 stars 14 forks source link

Windows provision script is broken #63

Closed oprinmarius closed 5 years ago

oprinmarius commented 5 years ago
PS C:\AzureData> .\oeWindowsProvision.ps1
At C:\AzureData\oeWindowsProvision.ps1:378 char:5
+     "@
+     ~~
White space is not allowed before the string terminator.
At C:\AzureData\oeWindowsProvision.ps1:370 char:31
+ function Add-RegistrySettings {
+                               ~
Missing closing '}' in statement block or type definition.
    + CategoryInfo          : ParserError: (:) [], ParseException
    + FullyQualifiedErrorId : WhitespaceBeforeHereStringFooter