Skip to content
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

Add resource manager API for PowerBI Fabric Capacities #27245

Open
DevLazio opened this issue Jan 4, 2024 · 1 comment
Open

Add resource manager API for PowerBI Fabric Capacities #27245

DevLazio opened this issue Jan 4, 2024 · 1 comment
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.

Comments

@DevLazio
Copy link

DevLazio commented Jan 4, 2024

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/<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.

@microsoft-github-policy-service microsoft-github-policy-service bot added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Jan 4, 2024
@JackTn JackTn added Service Attention Workflow: This issue is responsible by Azure service team. and removed CXP Attention labels Jan 22, 2024
@JackTn
Copy link
Member

JackTn commented Jan 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants