You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In armTemplateWVD.json there is several restartCheckCommands that try to use write-host to write a log message. These throw errors because restartCheckCommand is run in Cmd not PowerShell. They should use echo instead.
In armTemplateWVD.json there is several
restartCheckCommands that try to usewrite-hostto write a log message. These throw errors becauserestartCheckCommandis run in Cmd not PowerShell. They should useechoinstead.