In reviewing the ARM template to deploy the azure environment for the SCI OpenHack, there is a call to a "random" github repo seen at line 630:
|
"https://raw.githubusercontent.com/LODSContent/Tom-Demo/master/ohinstall.ps1" |
Why is this script being pulled from the repo https://github.com/LODSContent/Tom-Demo ?
Seems like it should corrected to reference the script in this repo, eg https://raw.githubusercontent.com/microsoft/OpenHack/main/byos/sci/scripts/scripts/ohinstall.ps1