We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505feb8 commit a57df7bCopy full SHA for a57df7b
src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/Common.ps1
@@ -538,8 +538,8 @@ function Get-DNSNameBasedOnEnvironment ()
538
$connectingString = [System.Environment]::GetEnvironmentVariable("TEST_CSM_ORGID_AUTHENTICATION")
539
$parsedString = [Microsoft.Azure.Test.TestUtilities]::ParseConnectionString($connectingString)
540
$environment = $parsedString[[Microsoft.Azure.Test.TestEnvironment]::EnvironmentKey]
541
- if ($environment -eq "Prod"){
542
- return ".database.windows.net"
+ if ($environment -eq "Dogfood"){
+ return ".sqltest-eg1.mscds.com"
543
}
544
- return ".sqltest-eg1.mscds.com"
+ return ".database.windows.net"
545
0 commit comments