Skip to content

Commit b3c51e3

Browse files
erich-wangdingmeng-xuewyunchi-ms
authored
Fix link typo in warning message (#15045)
Co-authored-by: Dingmeng Xue <[email protected]> Co-authored-by: Yunchi Wang <[email protected]>
1 parent decd71e commit b3c51e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/UpdateModules.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if (%ISAZMODULE% -and (`$PSEdition -eq 'Core'))
117117
}
118118
if (`$PSVersionTable.PSVersion -lt [Version]'7.0.6')
119119
{
120-
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."
120+
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."
121121
}
122122
}
123123
"@

0 commit comments

Comments
 (0)