Skip to content

Commit

Permalink
Fix link typo in warning message (#15045)
Browse files Browse the repository at this point in the history
Co-authored-by: Dingmeng Xue <[email protected]>
Co-authored-by: Yunchi Wang <[email protected]>
  • Loading branch information
3 people authored May 20, 2021
1 parent decd71e commit b3c51e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/UpdateModules.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
"@
Expand Down

0 comments on commit b3c51e3

Please sign in to comment.