Hi everyone! short question: Is it possible to c...
# yaml
m
Hi everyone! short question: Is it possible to choose a different api version for the Azure Native Provider when using Pulumi YAML?
t
Yes, you can do this in the type, e.g.
Copy code
resourceGroup:
    type: azure-native:resources/v20190701:ResourceGroup
❤️ 1
m
Awesome! I was sooo close with trying out 😄
i wil try this out and give you feedback @tall-librarian-49374
b
@tall-librarian-49374 I have also asked myself about this topic. How do I do this with a TF-Bridge Provider like Azure Classic?
t
You can’t. The classic provider doesn’t allow API version selection.
👍🏼 1
b
@tall-librarian-49374 Okay, I wrote it ambiguously. Sorry. I meant: how to select specific provider version. Wrong thread indeed as well.
t
yeah, wrong thread. start a new one 🙂
👍🏼 1
m
Reminds me: It works perfectly! ☺️