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://github.com/microsoft/OpenHack/blob/1967ccb36e05897fc5ac98bc2e888b61f31db5db/byos/sci/scripts/azure-deploy-scioh-env.json#L630 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
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:
OpenHack/byos/sci/scripts/azure-deploy-scioh-env.json
Line 630 in 1967ccb
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