better-shampoo-48884
05/21/2021, 11:32 AMconst currentKubeconfig = pulumi.all([aks.name, args.group[group.location].name]).apply(([clusterName, rgName]) => {
return azure.containerservice.listManagedClusterAdminCredentials({
resourceGroupName: rgName,
resourceName: clusterName,
})
})
It seems I can attach a provider to the listManagedClusterAdmin - but how would I get that from the parent ComponentResource?