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 9cd679b commit 577644aCopy full SHA for 577644a
sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs
@@ -131,7 +131,7 @@ static TestEnvironment()
131
/// <summary>
132
/// The URL of the Azure Authority host to be used for authentication. Recorded.
133
/// </summary>
134
- public string AuthorityHostUrl => GetRecordedOptionalVariable("AZURE_AUTHORITY_HOST");
+ public string AuthorityHostUrl => GetRecordedOptionalVariable("AZURE_AUTHORITY_HOST") ?? "https://login.microsoftonline.com/";
135
136
137
/// The suffix for Azure Storage accounts for the active cloud environment, such as "core.windows.net". Recorded.
0 commit comments