sparse-intern-71089
02/04/2021, 9:07 PMsparse-park-68967
02/05/2021, 8:39 PMinvokeAsync
when location is not specified for resources in the arm templates and it tries to determine by querying the resource group. We are about to add support for inferring the default location from the resource group (i.e. fix https://github.com/pulumi/pulumi-azure-nextgen/issues/6 - should be in the next release) directly in the provider. In which case arm2pulumi would no longer generate the invokeAsync
anymore and hopefully all other references can stick to the resource-group name instead. Are there other situations outside of location inference that the invokeAsync
is being called for you?tall-needle-56640
02/07/2021, 8:32 PMresourcegroup().location
), but I'd be happy to require one in the config if it meant I could avoid InvokeAsync
.sparse-park-68967
02/08/2021, 6:17 PMresourcegroup().location
use case - this will emit the invokeAsync
. If you omit it in the arm template, invokeAsync will be avoided since the provider will take care of that resolution itself in the next release