We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event Hub Namespace supports to open the firewall for trusted Microsoft Services. This should be possible to set through Terraform as well
(Copied from corresponding solved Terraform issue)
NamespaceNetworkRuleSet
The text was updated successfully, but these errors were encountered:
It looks like it's available in the latest preview versions, e.g.
pulumi-azure-native/sdk/nodejs/eventhub/v20210101preview/namespaceNetworkRuleSet.ts
Line 57 in fe6a237
You would need to import NamespaceNetworkRuleSet from the versioned namespace instead of the default one.
Sorry, something went wrong.
Works like a charm. Thanks a lot!
No branches or pull requests
Description
Event Hub Namespace supports to open the firewall for trusted Microsoft Services. This should be possible to set through Terraform as well
(Copied from corresponding solved Terraform issue)
Affected area
NamespaceNetworkRuleSet
The text was updated successfully, but these errors were encountered: