https://pulumi.com logo
Title
f

fast-vr-6049

04/26/2023, 7:29 PM
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

melodic-tomato-39005

04/26/2023, 7:38 PM
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

fast-vr-6049

04/26/2023, 9:50 PM
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

melodic-tomato-39005

04/26/2023, 9:58 PM
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.