I need to add a reference to an Azure Data Lake to an existing cluster programmatically. I know that we can do this with blob storage via a script action, but I've found no documented way to do this with ADL.
I've looked at the script in detail that is used to add blob storage (https://hdiconfigactions.blob.core.windows.net/linuxaddstorageaccountv01/add-storage-account-v01.sh), and understand the manipulations it makes to the core-site.xml. But I can't figure out how to do something similar with ADL. In particular I'm looking at the core-site.xml file and see that the fs.azure.datalake.token.provider.script refers to the same decrypt script as the blob storage token provider. However, I don't see an encrypted value for the data lake token anywhere.