Azure / Azure/azure-rest-api-specs
Add resource manager API for PowerBI Fabric Capacities
Nobody has claimed this yet.
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 6k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
The new PowerBI Fabric Capacities are not compatible with the old API specs for PowerBI Dedicated capacities.
What changed :
- provider changed from Microsoft.PowerBIDedicated to Microsoft.Fabric
- new api version : 2023-11-01
For example, to pause a PowerBI Capacity the crafted REST API request was : `https://management.azure.com/subscriptions//resourceGroups//providers/Microsoft.PowerBIDedicated/capacities//suspend?api-version=2021-01-01`
for the new Fabric Capacity it is now :
`https://management.azure.com/subscriptions//resourceGroups//providers/Microsoft.Fabric/capacities//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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the existing Microsoft.PowerBIDedicated capacity specifications with the REST examples in the issue for Microsoft.Fabric and API version 2023-11-01. Confirm how the new Fabric Capacity resource-manager operations should be represented separately from legacy capacities, and validate the resulting specifications using the repository’s standard checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- api, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100