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.52k stars 4.6k forks source link

Support for Managed DevOps Pools Azure Service #26412

Open surajguptha opened 2 months ago

surajguptha commented 2 months ago

Is there an existing issue for this?

Community Note

Description

Microsoft.DevOpsInfrastructure/pools is a new Azure Service that can be used to create custom Azure DevOps Pools. The service is in private preview and will be going public preview in a few weeks. It would be great to add support for it in terraform.

The RP will also need to be included in azurerm_subnet, in the list of services supported for SubNet delegation (https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet.html#name) Terraform Registry

I can share RP details and allowlist any Azure Subscription that you might need.

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

azurerm_subnet, azurerm_ManagedDevOpsPools

Potential Terraform Configuration

No response

References

No response

surajguptha commented 3 weeks ago

@katbyte , Managed DevOps Pools service went Public Preview early this month. Can you kindly help us with this?