microsoft / terraform-provider-power-platform

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

Refactor environment API methods for create and update #503

Closed mawasile closed 1 month ago

mawasile commented 1 month ago

This pull request to the internal/services/environment package introduces changes to improve the validation of environment details during creation and update operations. The most important changes include renaming existing validation methods for clarity, adding new methods for update validation, and updating the corresponding data transfer objects (DTOs) and tests.

Improvements to validation methods:

Updates to DTOs:

Test enhancements: