https://pulumi.com logo
Title
b

better-rainbow-14549

07/07/2020, 11:18 AM
trying to use vnet segregation on an eventhub.Namespace but the properties don't seem to exist, but they're there in the terraform provider. is there any timescale for supporting that? it exists on storage accounts and keyvaults etc.
t

tall-librarian-49374

07/07/2020, 11:49 AM
Could you point me to the terraform property in question?
b

better-rainbow-14549

07/07/2020, 11:50 AM
what on earth, ok sorry about that
dunno why typescript is throwing errors at me then
i've got 3.11.0 of the @pulumi/azure
t

tall-librarian-49374

07/07/2020, 11:51 AM
Are you using
azure.eventhub.EventHubNamespace
?
b

better-rainbow-14549

07/07/2020, 11:51 AM
new azure.eventhub.Namespace
i think the full name was deprecated?
t

tall-librarian-49374

07/07/2020, 11:52 AM
It used to be a Service Bus namespace (yes, it was a mess)
b

better-rainbow-14549

07/07/2020, 11:52 AM
ohhh that would probably explain it
t

tall-librarian-49374

07/07/2020, 11:53 AM
We’ll remove those classes at the next major version
b

better-rainbow-14549

07/07/2020, 11:53 AM
interesting because i swapped a lot of my code over to avoid the deprecation warning and they all seem to work still
like getEventHubNamespace -> getNamespace
ok i'll carry on using the EventHub* ones, thanks for that
t

tall-librarian-49374

07/07/2020, 11:54 AM
Right, it is confusing I admit