hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.58k stars 4.62k forks source link

Support for Event Hubs Schema Registry #17095

Closed ivanobulo closed 7 months ago

ivanobulo commented 2 years ago

Is there an existing issue for this?

Community Note

Description

Add support for Azure Schema Registry (link)

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

azurerm_eventhub_schema_group

Potential Terraform Configuration

resource "azurerm_eventhub_schema_group" "mygroup" {
  name = "MyGroup"
  schema_type = "Avro"
  schema_compatibility = "Backward"
  eventhub_namespace = "foobar.servicebus.windows.net"
}

References

https://docs.microsoft.com/en-us/azure/event-hubs/schema-registry-overview

xiaxyi commented 2 years ago

pr:https://github.com/hashicorp/terraform-provider-azurerm/pull/17635

xiaxyi commented 1 year ago

Hi @ivanobulo Good day, the feature is available in Terraform now, can you please check and see if it satisfies your requirements?

feel free to let me know if there is anything needed.

ivanobulo commented 1 year ago

It's great! Thanks

xiaxyi commented 1 year ago

Thanks @ivanobulo for the feedback, glad to see it works! Is it ok for us to close this issue or do you have any other question that I can help to address?

ivanobulo commented 1 year ago

You may close it, thanks 😊

rcskosir commented 7 months ago

Closing as noted above by author.

github-actions[bot] commented 6 months ago

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.