This message was deleted.
# azure
s
This message was deleted.
w
The pulumi versions I'm using:
Copy code
Pulumi (1.11.1-preview)
    Pulumi.Azure (1.13.0-preview)
    Pulumi.FSharp (1.11.1-preview)
    Pulumi.Random (1.5.0-preview)
    Pulumi.Tls (1.4.0-preview)
And that should be the same version for
Pulumi.Azure
as the sample at least.
t
Rollback your main
Pulumi
to a previous version
There’s a breaking change in 1.11.1 that hasn’t propagated to providers yet
w
ok, so I need to pin it to 1.11.0?
I think I know what caused it. I updated the fsharp dependencies in my project... that probably updated the reference to pulumi as well.
t
yes
You should probably downgrade
Pulumi.FSharp
too
w
That's what I did. Paket helped me with that one since
Pulumi.FSharp 1.11.1
required the same version of
Pulumi
. I wonder if it would be a good idea to have sample projects/tests using paket instead of standard versioning to detect these kind of versioning issues.
t
It could make sense for F# ones
w
I think it might make sense for C# as well, language is irrelevant here as I see here it. It’s about discovering versioning issues.
t
This should get smooth(-er) after we go GA with .NET.
👍 1