trying to use vnet segregation on an eventhub.Name...
# azure
b
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
Could you point me to the terraform property in question?
b
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
Are you using
Copy code
azure.eventhub.EventHubNamespace
?
b
new azure.eventhub.Namespace
i think the full name was deprecated?
t
It used to be a Service Bus namespace (yes, it was a mess)
b
ohhh that would probably explain it
t
We’ll remove those classes at the next major version
b
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
Right, it is confusing I admit