Add resource manager API for PowerBI Fabric Capacities #27245
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
The new PowerBI Fabric Capacities are not compatible with the old API specs for PowerBI Dedicated capacities.
What changed :
For example, to pause a PowerBI Capacity the crafted REST API request was :
https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.PowerBIDedicated/capacities/<capacity-name>/suspend?api-version=2021-01-01
for the new Fabric Capacity it is now :
https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.Fabric/capacities/<capacity-name>/resume?api-version=2023-11-01
Using the Microsoft.Fabric provider or the new API version with the old capacities is not possible so I suppose it should be it's own service.
The text was updated successfully, but these errors were encountered: