async function getEventhubConnectionstring()

in azure-pipelines-wrapper/keyvault.js [50:53]


async function getEventhubConnectionstring()
{
    return await getSecretFromCache("EVENTHUB_CONNECTIONSTRING");
}