We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6071f19 commit d625de9Copy full SHA for d625de9
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