From b3c51e3129c7e13941364c8fd7cf624f23e1ec8e Mon Sep 17 00:00:00 2001 From: erich-wang Date: Thu, 20 May 2021 09:18:45 +0800 Subject: [PATCH] Fix link typo in warning message (#15045) Co-authored-by: Dingmeng Xue Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> --- 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." } } "@