From bd56ecf0091fc2b82739cadd604e4899f10007ad Mon Sep 17 00:00:00 2001 From: Luke Butters Date: Mon, 11 Dec 2023 11:33:56 +1100 Subject: [PATCH] Update deploy.ps1 --- testing/compatibility/azure/deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/compatibility/azure/deploy.ps1 b/testing/compatibility/azure/deploy.ps1 index 6506d7c1b..f6369418a 100644 --- a/testing/compatibility/azure/deploy.ps1 +++ b/testing/compatibility/azure/deploy.ps1 @@ -91,4 +91,4 @@ $env:virtualMachineSku = '2022-datacenter-azure-edition' $env:os = 'windows2022-48' az deployment group create --name $group --resource-group $resourcegroup --template-file vm.bicep --parameters vm.bicepparam -echo "Net48 tentacles wont connect, restart all net48 VMs then re-run the script in c:\\TentacleInstallRun.ps1 OR after restart modify the install-tentacle.ps1 script (add an extra Write-Host) so bicep see's it as a differnt script and so will re-run the script on the VMs again." \ No newline at end of file +echo "Net48 tentacles will not connect, restart all net48 VMs then re-run the script in c:\\TentacleInstallRun.ps1 OR after restart modify the install-tentacle.ps1 script (add an extra Write-Host) so bicep see's it as a differnt script and so will re-run the script on the VMs again."