yeah, but if its a part of the async thing, you ca...
# python
l
yeah, but if its a part of the async thing, you can use it:
Copy code
async def get_aks_credentials():
    result = await get_kubernetes_cluster(name=gen_name('aks'),
                                          resource_group_name=gen_name('rg')
                                          )
    return result.kube_config_raw
and I just call get_aks_credentials() as an input to the resource, or in another resource I use apply function to create a string, that string gets passed to a dictionary and that dictionary gets passed to the resource