This message was deleted.
# azure
s
This message was deleted.
w
to make it even more interesting. It works on my machine but not on azure devops :)
b
This is C# right @wet-noon-14291 ?
w
Yeah. Or F#... but .net sdk.
b
I believe I’ve identified the commit that has changed this
I’ve posted in an internal channel about this
Sorry!!
Can you open an issue that we can reference so others can see it?
t
This is likely because you are using Pulumi (CLI) pre-2.13.0. There was a change in Pulumi.AzureNextGen discovery that only works with the latest CLI.
w
I think I know why I sort of experienced this, and based on your comment @tall-librarian-49374 I don't think it is pulumi's fault. When I started using pulumi I don't think pulumi was available as a pre-installed tool for the AzureCLI task, but it seems like it is now. I might been wrong on this though. The version installed is 2.12.1. So when I installed pulumi manually and added pulumi to the path I added it after the pre-installed one so 2.12.1 was always used in the following tasks. Adding it to the beginning of the PATH env variable solved it.
Does anyone of you know where the default version of pulumi for the azure cli task is defined?