-
Notifications
You must be signed in to change notification settings - Fork 848
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 Gen2 for PowerBI Embedded #14399
Comments
Hi @kosinsky thanks for this issue! Unfortunately because the SDKs in this repo are almost generated from the swaggers, we cannot release it if it does not have swaggers and power BI Embeded is the case: we only have a very old api-version here: https://github.com/Azure/azure-rest-api-specs/tree/master/specification/powerbiembedded/resource-manager/Microsoft.PowerBI/stable, but the doc link you send requires I have added the tags to draw service team's attention on this. But in the meantime, could you please open an issue in the swagger repo? |
@ArcturusZhang Looks like PowerBI Dedicated is the next step. They recently added version 2021-01-01 to the swagger: https://github.com/Azure/azure-rest-api-specs/tree/master/specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01 and it does support Gen2 (https://github.com/Azure/azure-rest-api-specs/blob/master/specification/powerbidedicated/resource-manager/Microsoft.PowerBIdedicated/stable/2021-01-01/powerbidedicated.json#L864) Could 2021-01-01 version be exposed to GO SDK? |
Unfortunately exposing a new package or updating an existing api-version should be initiated by the service team, so that we would know the corresponding swaggers are ready to ship SDKs. |
@ArcturusZhang did you hear back form Power BI team? Python SDK was updated to use new version of the API ~2 month ago: Azure/azure-sdk-for-python#17585 |
Hi @kosinsky sorry for the delay but I just pinged the corresponding service team again using internal email. |
We could close that. v55.1.0 added support for 2021-01-01 API for Power BI which includes Gen2 support: https://github.com/Azure/azure-sdk-for-go/pull/14727/files#diff-71e3b93c89042c183f656c256a4f0023bba0ac2987a70fa6db58504c916eed5e |
Feature Request
Current version of the SDK supports only Gen 1 for Power BI Embedded. Please, add support for Gen 2. ARM templates already support that: https://docs.microsoft.com/en-us/power-bi/developer/embedded/azure-pbie-create-capacity?tabs=ARM-template#embedded-gen2-preview
That will allow to add support for PBI Embedded Gen 2 to terraform azurerm provider https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/powerbi_embedded
The text was updated successfully, but these errors were encountered: