Skip to content

Releases: codecutout/terraform-provider-powerbi

v1.4.1

14 Jan 17:58
7c48f7f
Compare
Choose a tag to compare

Fix issue where rebinded datasets would create duplicates if updated multiple times

v1.4.0

21 Oct 22:37
cda7bed
Compare
Choose a tag to compare
  • Added rebind_dataset_id property to powerbi_resource_pbix. This allows rebinding the report to a different dataset after uploading
  • Added retry logic to compensate for intermittent failures in the underlying powerbi API

v1.3.1

21 Mar 14:54
03419ba
Compare
Choose a tag to compare
  • Fix Issue when trying to assign to capacity that has admins

v1.3.0

26 Feb 23:35
d1939c5
Compare
Choose a tag to compare
  • Added skip_report argumenton powerbi_pbix resource to allow deployment of dataset only reports
  • Fix issue with datasetless reports causing errors

v1.2.0

06 Feb 22:47
3b314da
Compare
Choose a tag to compare
  • workspace data source to allow adding reports to existing workspaces
  • dataset resource to allow creating push datasets

v1.1.0

24 Jan 21:25
e295001
Compare
Choose a tag to compare
  • Capactiy ID added to workspaces to allow for assigning capacity
  • Authentication extended to support service principals
  • API calls will now retry when '429 Too Many Requests' received
  • Update to documentation to make it render clearer on terraform registry pages

v1.0.0

06 Dec 17:48
6d8271b
Compare
Choose a tag to compare

A Terraform provider to create and update power bi resources. It supports

  • Creating Workspaces
  • Uploading PBIX files
  • Setting parameters on uploaded PBIX files
  • Updating datasource parameters on uploaded PBIX files
  • Setting refresh schedules