From 58d1eac26339167f9c6ff6738810bde88494c505 Mon Sep 17 00:00:00 2001 From: rajesh kumar <35040971+rajeshjhumpa@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:32:50 +0530 Subject: [PATCH] Update startazurevm.ps1 added TLS 1.2 --- startazurevm.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startazurevm.ps1 b/startazurevm.ps1 index 11db04d..4f43535 100644 --- a/startazurevm.ps1 +++ b/startazurevm.ps1 @@ -5,7 +5,7 @@ # Updated By : Prateek Siddhu # Version : 1.0 ###################################################################################################### - +[Net.ServicePointManager]::SecurityProtocol = "tls12" $vms = $env:vms.split() $subscription = $env:subscriptionname