I'd like to nudge this question of mine, as I've b...
# azure
f
I'd like to nudge this question of mine, as I've been unable to find an answer on my own 😞 https://pulumi-community.slack.com/archives/CRVK66N5U/p1678226131334199
m
Hi Willem, sorry your first message fell through the cracks! The problem here is that
Premium
was introduced after the API version that Pulumi uses as the standard version for Event Hub. But the later API versions are all available to you as explicit imports. I don’t know what language you’re using, but in Go, e.g., instead of importing
eventhub
you would import
eventhub/v20211101
.
f
Thanks both! I'm using C#/.Net, sorry I didn't mention that before
Is there a way to view the provider docs in the registry at a certain API version?
m
Sadly not at this point. We're working on it, though. The size of Azure times all the versions makes it a bit tricky. Your IDE should auto-complete the import paths, though.