Skip to content

Commit d625de9

Browse files
committed
Add trailing slash to DataLake endpoints
1 parent 6071f19 commit d625de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Authentication.Abstractions/AzureEnvironmentConstants.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ public static class AzureEnvironmentConstants
130130
/// <summary>
131131
/// The domain name suffix for Azure DataLake services
132132
/// </summary>
133-
public const string AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix = "azuredatalakeanalytics.net";
134-
public const string AzureDataLakeStoreFileSystemEndpointSuffix = "azuredatalakestore.net";
133+
public const string AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix = "azuredatalakeanalytics.net/";
134+
public const string AzureDataLakeStoreFileSystemEndpointSuffix = "azuredatalakestore.net/";
135135

136136
/// <summary>
137137
/// The token audience for authorizing DataLake requests

0 commit comments

Comments
 (0)