Skip to content

Commit f4cd00b

Browse files
azure-sdkheaths
andauthored
Print clickable link to terminal (Azure#32489)
Co-authored-by: Heath Stewart <[email protected]>
1 parent 152a274 commit f4cd00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/TestResources/TestResources-Helpers.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function MergeHashes([hashtable] $source, [psvariable] $dest) {
131131

132132
function BuildBicepFile([System.IO.FileSystemInfo] $file) {
133133
if (!(Get-Command bicep -ErrorAction Ignore)) {
134-
Write-Error "A bicep file was found at '$($file.FullName)' but the Azure Bicep CLI is not installed. See aka.ms/bicep-install"
134+
Write-Error "A bicep file was found at '$($file.FullName)' but the Azure Bicep CLI is not installed. See https://aka.ms/bicep-install"
135135
throw
136136
}
137137

0 commit comments

Comments
 (0)