Azure / Azure/azvmimagebuilder
The ARM Template Confuses CMD with PowerShell
Open
- Dominant language
- PowerShell
- Stars
- 111
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
In [armTemplateWVD.json](https://github.com/Azure/azvmimagebuilder/blob/b967a3c7957a3c0a195cd864271ed5a032e6d9bf/solutions/14_Building_Images_WVD/armTemplateWVD.json) there is several `restartCheckCommand`s 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.