Skip to content

Fix Set-TestEnvironment guidance and documentation link #8112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/Modules/TestFx-Tasks.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,12 @@ This cmdlet will only prompt you for Subscription and Tenant information, rest a

# Retrieve the environment variable
Write-Host ""
Write-Host "Below connection string was set. Start Visual Studio by typing devenv" -ForegroundColor Green
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
[Environment]::GetEnvironmentVariable($envVariableName)
Write-Host ""

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

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