To close this off, Pulumi 2.0 handles async invocations different. I had to change this `azure.core....
a
To close this off, Pulumi 2.0 handles async invocations different. I had to change this
azure.core.getClientConfig();
to this
pulumi.output(azure.core.getClientConfig();)