From 207c4ca7dabd0ea4e5032c91516ad36ca82be904 Mon Sep 17 00:00:00 2001 From: "Erich(Renyong) Wang" Date: Wed, 19 May 2021 10:08:39 +0800 Subject: [PATCH] Fix link typo in warning message --- tools/UpdateModules.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/UpdateModules.psm1 b/tools/UpdateModules.psm1 index 662301842ba6..77cc35fa7fc3 100644 --- a/tools/UpdateModules.psm1 +++ b/tools/UpdateModules.psm1 @@ -117,7 +117,7 @@ if (%ISAZMODULE% -and (`$PSEdition -eq 'Core')) } if (`$PSVersionTable.PSVersion -lt [Version]'7.0.6') { - Write-Warning "This version of Az.Accounts is only supported on Windows PowerShell 5.1 and PowerShell 7.0.6 or greater, open https://aka.ms/install-powershell to learn how to upgrade. For further information, go to http://aka.ms/azpslifecyle." + Write-Warning "This version of Az.Accounts is only supported on Windows PowerShell 5.1 and PowerShell 7.0.6 or greater, open https://aka.ms/install-powershell to learn how to upgrade. For further information, go to https://aka.ms/azpslifecycle." } } "@