I have a storage account I would like to access using a User Delegation SAS generated from a service principal. I found the track 2 (updated) SDK for the DataLakePathClient, but was wondering if there was any track 1 (legacy) functionality that fulfills the same purpose, for the sake of backwards compatibility.
For context, track 2 java SDKs are in the com.azure group, while track 1 java SDKs are in the com.microsoft.azure group.