Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.64k stars 2.84k forks source link

PowerBI embedded preview client #635

Closed chazkii closed 8 years ago

chazkii commented 8 years ago

In the next release candidate, could you be able to add a PowerBI embedded preview client please?

I have attempted to do it myself. I used Docker to pull azuresdk/autorest:latest and the latest PowerBI embedded swagger specs as of today to generate an Azure.Python client, but the interface does not match the current python-sdk RC4.

lmazuel commented 8 years ago

Hi @chuckus !

I will check the state of the file (the official is this one) with the team and try to do it for the next release, no problem :)

@devigned is this Docker image still valid? Automatically rebuild? Manually rebuild?

devigned commented 8 years ago

@lmazuel it is automatic and latest was updated as of 3 days ago. See: https://hub.docker.com/r/azuresdk/autorest/tags/

lmazuel commented 8 years ago

Hi @chuckus

I just released a preview of this library: https://pypi.python.org/pypi/azure-mgmt-powerbiembedded/0.30.0rc5

I didn't have the time to make strong testing of it, it's why it's a preview right now. If you encounter any troubles, please open an issue I will be happy to look at it!

I close this issue right now because the main purpose of this issue was releasing the preview client, but as I said feel free to open issue about the client itself if necessary.

chazkii commented 8 years ago

@lmazuel Thanks for that!