Skip to content

Commit 68f90ec

Browse files
authored
Merge pull request #8112 from MiYanni/set-testenvironment-doc-fix
Fix Set-TestEnvironment guidance and documentation link
2 parents e250ae4 + 679bd88 commit 68f90ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/Modules/TestFx-Tasks.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,12 @@ This cmdlet will only prompt you for Subscription and Tenant information, rest a
323323

324324
# Retrieve the environment variable
325325
Write-Host ""
326-
Write-Host "Below connection string was set. Start Visual Studio by typing devenv" -ForegroundColor Green
326+
Write-Host "Below connection string was set. Please open your service's solution in Visual Studio and run your tests from the Test Explorer." -ForegroundColor Green
327327
[Environment]::GetEnvironmentVariable($envVariableName)
328328
Write-Host ""
329329

330330
Write-Host "If your needs demand you to set connection string differently, for all the supported Key/Value pairs in connection string"
331-
Write-Host "Please visit https://github.com/Azure/azure-powershell/blob/dev/documentation/Using-Azure-TestFramework.md" -ForegroundColor Yellow
331+
Write-Host "Please visit https://github.com/Azure/azure-powershell/blob/master/documentation/testing-docs/using-azure-test-framework.md" -ForegroundColor Yellow
332332
}
333333

334334
Function Print-ConnectionString([string]$uid, [string]$subId, [string]$aadTenant, [string]$spn, [string]$spnSecret, [string]$recordMode, [string]$targetEnvironment)

0 commit comments

Comments
 (0)