-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Support for [Microsoft Fabric] #24522
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
We also need to manage Fabric Capacities in Terraform. |
This comment was marked as duplicate.
This comment was marked as duplicate.
@pierrejeandev |
|
This comment was marked as duplicate.
This comment was marked as duplicate.
Just wondered what their concern is? Not as an excuse, but a Azure API direct is about as close to the metal as you can get - before anyone writes an AzureRm provider version on the top of it I sometimes think should I just use the azapi_resource for everything - as it's exactly what an ARM or Bicep template would do - but with the added bonuses of being supported day-one AND change/state management using Terraform |
Looks like the API isn't documented for this one - I can't see Azure/azure-rest-api-specs#27245 suggests that this RP may have been renamed from |
@tombuildsstuff Microsoft Fabric ARM APIs are on the roadmap (https://learn.microsoft.com/en-us/fabric/release-plan/shared-experiences#microsoft-fabric-arm-apis). Estimated release timeline: Q3 2024 |
This comment was marked as duplicate.
This comment was marked as duplicate.
Looks like these got merged as of: Azure/azure-rest-api-specs#29355 |
Looks like it's showing up as a PR in Pandora in a PR now hashicorp/pandora#4372 |
@tombuildsstuff are the upstream labels for blockers still accurate? I believe the blockers from Microsoft are now resolved but integration of the Pandora PR is the next so either Sorry hoping to get this implemented as we have internal interest in the resource and I'd prefer not to do a workaround and leverage azapi or something else and have to backport those projects to a TF implementation at a later time. I do understand that the v4 release has likely slowed some of these features as Hashi may not want to introduce too much new at a time of existing flux and probably a lot on the table in terms of migration support and such. |
Yay Pandora has merged the branch 9 hours ago! 🎉 |
The SDK PR with Fabric got merged also: hashicorp/go-azure-sdk#1075 |
There is also now an experimental provider available! See https://registry.terraform.io/providers/microsoft/fabric/latest/docs |
The fabric terraform provider has nothing to do with the fabric capacity, it concerns internal fabric artifacts. Fabric capacity is azurerm territory. Can you expedite this? |
Support for Fabric Capacity has been addressed in the PR #28080 (kudos goes to @sinbai) and shipped in the recent release v4.14.0 🚀 docs: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/fabric_capacity |
Is there an existing issue for this?
Community Note
Description
I would like to request a resource block that creates and manages Microsoft fabric Capacities(Microsoft.Fabric/Capacities) on Azure (not to be confused with service fabric or recovery fabric). Here's a link to the documentation: https://learn.microsoft.com/en-us/fabric/
New or Affected Resource(s)/Data Source(s)
azurerm
Potential Terraform Configuration
N/A
References
No response
The text was updated successfully, but these errors were encountered: