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 b03dcd2 commit f57058bCopy full SHA for f57058b
sdk/search/Azure.Search.Documents/tests/Utilities/SearchResources.cs
@@ -57,7 +57,7 @@ public partial class SearchResources : IAsyncDisposable
57
/// <summary>
58
/// The storage endpoint suffix.
59
/// </summary>
60
- public string StorageEndpointSuffix => TestFixture.TestEnvironment.StorageEndpointSuffix;
+ public string StorageEndpointSuffix => TestFixture.TestEnvironment.StorageEndpointSuffix ?? "core.windows.net";
61
62
/// The storage account connection string.
63
0 commit comments