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

Added disable_on_destroy on powerplatform_data_record #480

Closed mawasile closed 1 month ago

mawasile commented 1 month ago

This pull request introduces the disable_on_destroy attribute to the powerplatform_record resource, along with several related changes across different files. The changes include updates to the schema, constants, and test cases.

Key Changes

New Attribute Addition

Schema and Model Updates

Codebase Simplification

New Methods and Tests

Dependency Updates

These changes enhance the functionality of the powerplatform_record resource by allowing records to be disabled before deletion, ensuring better data integrity and compliance with business rules.