microsoft / terraform-provider-power-platform

Power Platform Terraform Provider
https://registry.terraform.io/providers/microsoft/power-platform/latest/docs
MIT License
35 stars 13 forks source link

powerplatform_environment: environment_type change triggers update not recreate #469

Closed mawasile closed 1 month ago

mawasile commented 1 month ago

This pull request introduces a new feature to modify the environment type and includes various updates to support this functionality. The changes span multiple files, adding new methods, DTOs, and tests, as well as modifying existing logic to accommodate the new feature.

New Feature: Modify Environment Type

Configuration and Constants

Testing Enhancements