We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d63485 + 5fc42e1 commit 1e65c35Copy full SHA for 1e65c35
src/Authentication.Abstractions/AzureEnvironmentConstants.cs
@@ -130,8 +130,8 @@ public static class AzureEnvironmentConstants
130
/// <summary>
131
/// The domain name suffix for Azure DataLake services
132
/// </summary>
133
- public const string AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix = "azuredatalakeanalytics.net";
134
- public const string AzureDataLakeStoreFileSystemEndpointSuffix = "azuredatalakestore.net";
+ public const string AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix = "azuredatalakeanalytics.net/";
+ public const string AzureDataLakeStoreFileSystemEndpointSuffix = "azuredatalakestore.net/";
135
136
137
/// The token audience for authorizing DataLake requests
0 commit comments