Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.6k stars 5.01k forks source link

Add resource manager API for PowerBI Fabric Capacities #27245

Open DevLazio opened 8 months ago

DevLazio commented 8 months ago

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.

JackTn commented 7 months ago

@fengzhou-msft can you check on this issue, Thanks. Let me know if you have any question!