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

Edsanche/431 add retention policy duration to powerplatform environment settings #527

Open eduardodfmex opened 6 days ago

eduardodfmex commented 6 days ago

This pull request introduces a new attribute, log_retention_period_in_days, to the environment settings data source, DTO, and models, along with corresponding test updates. The changes ensure that the retention period for audit logs can be optionally specified and computed.

Key changes include:

Schema and Models Updates:

Conversion Functions:

Test Updates: