This message was deleted.
# azure
s
This message was deleted.
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