Skip to content

Releases: microsoft/terraform-provider-power-platform

v3.2.0

29 Oct 17:01
754f7a0
Compare
Choose a tag to compare

What's Changed

  • Fix invalid character error in powerplatform_data_record conversion by @mawasile in #484
  • Refactor test files to use dynamic resource group names by @mattdot in #483
  • Update changelog for 3.1 by @mattdot in #485
  • Chore(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.2 in /.github/workflows by @dependabot in #491
  • Chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.0 by @dependabot in #490
  • Chore(deps): Bump actions/upload-artifact from 4.4.2 to 4.4.3 in /.github/workflows by @dependabot in #493
  • Chore(deps): Bump hashicorp/azurerm from 4.3.0 to 4.4.0 in /examples/resources/powerplatform_billing_policy in the all group across 1 directory by @dependabot in #487
  • Adding new examples in powerplatform_data_record by @mawasile in #492
  • Chore(deps): Bump hashicorp/azurerm from 4.4.0 to 4.5.0 in /examples/resources/powerplatform_billing_policy in the all group across 1 directory by @dependabot in #494
  • Chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.16.0 by @dependabot in #498
  • Chore(deps): Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.13.0 to 0.14.0 by @dependabot in #496
  • Chore(deps): Bump hashicorp/azurerm from 4.5.0 to 4.6.0 in /examples/resources/powerplatform_billing_policy in the all group across 1 directory by @dependabot in #497
  • Fix powerplatform_dlp_policies by @mawasile in #499
  • Adding powerplatform_environment_group_rule_set by @mawasile in #501
  • Refactor environment API methods for create and update by @mawasile in #503
  • Chore(deps): Bump hashicorp/azurerm from 4.6.0 to 4.7.0 in /examples/resources/powerplatform_billing_policy in the all group across 1 directory by @dependabot in #506
  • Chore(deps): Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 in /.github/workflows by @dependabot in #510
  • Updates to documentation by @mattdot in #511

Full Changelog: v3.1.0...v3.2.0

v3.1.0

03 Oct 16:29
5901298
Compare
Choose a tag to compare

What's Changed

  • Chore(deps): Update hashicorp/azuread requirement from ~>2.53 to ~>3.0 in /examples/resources/powerplatform_admin_management_application in the all group across 1 directory by @dependabot in #470
  • Fix Terraform Registry Documentation tree by @mattdot in #475
  • Adding unique_name to powerplatform_environments & powerplatform_environment by @mawasile in #473
  • Fix power platform rest with only destroy by @mattdot in #477
  • powerplatform_environment: environment_type change triggers update not recreate by @mawasile in #469
  • Update environment.md - added link to ERP-base template doc by @webstean in #472
  • Added disable_on_destroy on powerplatform_data_record by @mawasile in #480
  • Prepare for release of v3.1 by @mattdot in #481

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

25 Sep 00:05
e153201
Compare
Choose a tag to compare

For more user focused release notes, see CHANGELOG.md

What's Changed

  • Bump actions/upload-artifact from 4.3.4 to 4.3.5 in /.github/workflows by @dependabot in #382
  • Bump actions/upload-artifact from 4.3.4 to 4.3.5 by @dependabot in #381
  • Bump step-security/harden-runner from 2.9.0 to 2.9.1 in /.github/workflows by @dependabot in #383
  • Bump actions/upload-artifact from 4.3.5 to 4.3.6 in /.github/workflows by @dependabot in #384
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.10.0 to 1.11.0 by @dependabot in #387
  • Chore(deps): Bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 by @dependabot in #391
  • Chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.13.0 to 1.14.0 by @dependabot in #389
  • Billing Policy Timeouts and other Billing Policy fixes by @mattdot in #392
  • Chore(deps): Bump hashicorp/azurerm from 3.115.0 to 4.0.1 in /examples/resources/powerplatform_billing_policy by @dependabot in #398
  • Chore(deps): Bump software.sslmate.com/src/go-pkcs12 from 0.4.0 to 0.5.0 by @dependabot in #406
  • Chore(deps): Bump actions/upload-artifact from 4.3.6 to 4.4.0 in /.github/workflows by @dependabot in #405
  • Chore(deps): Bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #404
  • powerplatform_tenant_capacity and powerplatform_tenant data sources by @mattdot in #401
  • environment_group Resource by @mattdot in #393
  • Adding pull request and main push acceptance tests runner by @mawasile in #390
  • support user defined read/create/update/delete timeouts for all resources in the provider by @mawasile in #408
  • Add missing acceptance tests by @mawasile in #411
  • Update code comments and documentation for public preview release by @mattdot in #422
  • Removing solution_name from solution resource by @mawasile in #412
  • Chore(deps): Bump step-security/harden-runner from 2.9.1 to 2.10.1 in /.github/workflows by @dependabot in #424
  • Chore(deps): Bump hashicorp/local from 2.5.1 to 2.5.2 in /examples/resources/powerplatform_solution by @dependabot in #425
  • Improving documentation of importing resources by @mattdot in #403
  • Refactor dependabot configuration to use globs for Terraform modules by @mattdot in #428
  • Chore(deps): Bump hashicorp/azurerm from 4.0.1 to 4.1.0 in /examples/resources/powerplatform_billing_policy by @dependabot in #416
  • Fixing typo in import documentation by @mattdot in #433
  • New devcontainer for local/codespace development by @mattdot in #435
  • powerplatform_admin_management_application resource by @mattdot in #436
  • powerplatform_environment resource should support the cadence, administration mode, description and environment group parameters by @mawasile in #421
  • Refactor test to use external providers by @mawasile in #437
  • Improving Logging/Tracing/Observability by @mattdot in #440
  • Chore(deps): Bump hashicorp/azurerm from 4.1.0 to 4.2.0 in /examples/resources/powerplatform_billing_policy in the all group across 1 directory by @dependabot in #438
  • Removing powerplatform folder by @mawasile in #443
  • Refactor authentication configuration in api_client.go and auth.go by @mattdot in #447
  • Add helpers for getting configuration values by @mattdot in #446
  • Cleaning Solution' Acceptance Tests by @mawasile in #449
    • Refactor authentication configuration in api_client.go and auth.go by @mattdot in #448
  • Stricter Linter Rules by @mattdot in #439
  • Chore(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.23.0 to 0.24.0 by @dependabot in #451
  • Chore(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.11.0 to 1.12.0 by @dependabot in #450
  • Adding wait into environment create by @mattdot in #453
  • Refactor to use request context in all resources and data sources by @mattdot in #456
  • API Client Refactoring and Reliability Improvements by @mattdot in #458
  • Chore(deps): Bump hashicorp/azurerm from 4.2.0 to 4.3.0 in /examples/resources/powerplatform_billing_policy in the all group across 1 directory by @dependabot in #459
  • Add changie to facilitate release notes by @mattdot in #461
  • Fix broken acceptance tests and enable acceptance test for labeled PRs by @mattdot in #463
  • Refactor models by @mawasile in #457
  • Changelog updated for v3.0.0 by @mattdot in #465
  • Fix goreleaser's ldflags by @mattdot in #466

Full Changelog: v2.7.0-preview...v3.0.0

v2.7.0-preview

01 Aug 20:06
6a7eb79
Compare
Choose a tag to compare

What's Changed

  • resource powerplatform_rest backend infrastructure changes are not tracked by @mawasile in #378
  • adding powerplatform_connection and powerplatform_connection_share resources and datasources by @mawasile in #377

Full Changelog: v2.6.2-preview...v2.7.0-preview

v2.6.2-preview

24 Jul 20:57
f9a895e
Compare
Choose a tag to compare

What's Changed

  • Implement golangci linter to improve static analysis of provider code by @mattdot in #366
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.12.0 to 1.13.0 by @dependabot in #367
  • Bump step-security/harden-runner from 2.8.1 to 2.9.0 by @dependabot in #370
  • Bump step-security/harden-runner from 2.8.1 to 2.9.0 in /.github/workflows by @dependabot in #369
  • Fix some issues in github actions workflows by @mattdot in #368
  • adding additional check for default currency request by @mawasile in #374

Full Changelog: v2.6.1-preview...v2.6.2-preview

v2.6.1-preview

17 Jul 22:45
60000ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0-preview...v2.6.1-preview

v2.6.0-preview

12 Jul 15:07
2b320f4
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-framework from 1.9.0 to 1.10.0 by @dependabot in #358
  • Bump github.com/hashicorp/terraform-plugin-testing from 1.8.0 to 1.9.0 by @dependabot in #360
  • Bump actions/setup-go from 5.0.1 to 5.0.2 in /.github/workflows by @dependabot in #362
  • Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.12.0 to 0.13.0 by @dependabot in #359
  • Add certificate based authentication for the provider by @mawasile in #352

Full Changelog: v2.5.0-preview...v2.6.0-preview

v2.5.0-preview

08 Jul 17:52
ff9876f
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.6.0 to 1.7.0 by @dependabot in #344
  • fixing typo by @polatengin in #346
  • Solution unmarshall error when importing solution with missing dependencies by @mawasile in #349
  • Fixed small typo by @Laskewitz in #353
  • powerplatform_solution environment variable empty value will be imported into the Dataverse by @mawasile in #355
  • adding powerplatform_rest_query and powerplatform_rest by @mawasile in #347
  • Bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in #357

New Contributors

Full Changelog: v2.4.1-preview...v2.5.0-preview

v2.4.1-preview

18 Jun 17:18
4486eca
Compare
Choose a tag to compare

What's Changed

  • Cover datasource_data_records with unit tests by @mawasile in #342

Full Changelog: v2.4.0-preview...v2.4.1-preview

v2.4.0-preview

18 Jun 17:18
52e197e
Compare
Choose a tag to compare

What's Changed

  • adding missing variable data record resource example by @polatengin in #325
  • Bump step-security/harden-runner from 2.8.0 to 2.8.1 in /.github/workflows by @dependabot in #328
  • Bump step-security/harden-runner from 2.8.0 to 2.8.1 by @dependabot in #327
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.11.1 to 1.12.0 by @dependabot in #326
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 by @dependabot in #331
  • Update ImportState function to use correct ID field by @mawasile in #333
  • Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #337
  • Bump actions/checkout from 4.1.6 to 4.1.7 in /.github/workflows by @dependabot in #338
  • checking if usecli environment variable is set by @polatengin in #336
  • Ianjensenisme/339 bad log output by @ianjensenisme in #340
  • checking if useoidc env var is set by @polatengin in #335
  • datasource powerplatform_data_records by @mawasile in #330
  • adding example for powerplatform_data_loss_prevention_policies datasource by @mawasile in #343
  • Cover resource_data_record with unit tests by @mawasile in #341

Full Changelog: v2.3.1-preview...v2.4.0-preview