зеркало из https://github.com/Azure/vdc.git
Removed reference to vnext in LABVMInstallHyperVURL (#158)
LABVMInstallHyperVURL had a reference to vnext causing the deployment to fail.
This commit is contained in:
Родитель
0fe1cf717b
Коммит
5a1c0a8415
|
@ -25,7 +25,7 @@
|
||||||
"LABVM-PUBIPName": "[concat(variables('LABVMName'), '-PIP')]",
|
"LABVM-PUBIPName": "[concat(variables('LABVMName'), '-PIP')]",
|
||||||
"LABVMInstallHyperVScriptFolder": ".",
|
"LABVMInstallHyperVScriptFolder": ".",
|
||||||
"LABVMInstallHyperVScriptFileName": "InstallLabVM.ps1",
|
"LABVMInstallHyperVScriptFileName": "InstallLabVM.ps1",
|
||||||
"LABVMInstallHyperVURL": "https://raw.githubusercontent.com/Azure/vdc/vnext/LabVM/InstallLabVM.ps1"
|
"LABVMInstallHyperVURL": "https://raw.githubusercontent.com/Azure/vdc/master/LabVM/InstallLabVM.ps1"
|
||||||
},
|
},
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче