Just a note that v2 of the azure provider seems to...
# azure
a
Just a note that v2 of the azure provider seems to be incompatible with pulumi 1.12. You get a missing method exception if you try to pair the two in .NET
System.MissingMethodException: Method not found: 'Void Pulumi.CustomResource..ctor(System.String, System.String, Pulumi.ResourceArgs, Pulumi.ResourceOptions)
b
Works fine on my end using Go
a
The signature probably changed in the .NET version.
b
We will investigate immediately @adventurous-garage-59192 - sorry about that!
👍 1
Is there any specific action you are finding this on or all actions?
a
Throws as soon as it hits the resourcegroup
at Pulumi.Azure.Core.ResourceGroup..ctor(String name, ResourceGroupArgs args, CustomResourceOptions options)
t
Yes, this is true. You should use
Pulumi
NuGet v
1.11.1
. Sorry for that, we are working on a fix. Pulumi CLI 1.12 is fine.
Or basically don’t set an explicit version of Pulumi Nuget in your csproj: the one Pulumi.Azure references by default is fine.