Skip to content
New issue

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 now support public access enabled attribute #17483

Closed
1 task done
omerfeldman2 opened this issue Jul 3, 2022 · 6 comments
Closed
1 task done

Event hub namespace now support public access enabled attribute #17483

omerfeldman2 opened this issue Jul 3, 2022 · 6 comments

Comments

@omerfeldman2
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Event hub namespace now support public access enabled attribute
Link to docs:
https://docs.microsoft.com/en-us/azure/templates/microsoft.eventhub/namespaces?tabs=json

New or Affected Resource(s)/Data Source(s)

Azurerm_event_hub_namespace

Potential Terraform Configuration

resource "azurerm_eventhub_namespace" "example" {
  name                = "example-namespace"
  location            = azurerm_resource_group.example.location
  resource_group_name = azurerm_resource_group.example.name
  sku                 = "Standard"
  capacity            = 2

  Public_access_enabled = false
  tags = {
    environment = "Production"
  }

References

https://docs.microsoft.com/en-us/azure/templates/microsoft.eventhub/namespaces?tabs=json

@xiaxyi
Copy link
Contributor

xiaxyi commented Jul 4, 2022

@omerfeldman2 Thanks for this, I'll work on it.

@omerfeldman2
Copy link
Author

@omerfeldman2 Thanks for this, I'll work on it.

Do you know when it will be released? No pressure just wondering 😄

@xiaxyi
Copy link
Contributor

xiaxyi commented Jul 11, 2022

@omerfeldman2 There is no ETA yet but it's in my backlog, I'll try update soon.

@xiaxyi
Copy link
Contributor

xiaxyi commented Jul 26, 2022

@omerfeldman2 you can track the status in the mentioned pr

@katbyte
Copy link
Collaborator

katbyte commented Aug 10, 2022

closed by #17194

@katbyte katbyte closed this as completed Aug 10, 2022
@katbyte katbyte added this to the v3.17.0 milestone Aug 10, 2022
@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants