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

Removing solution_name from solution resource #412

Closed mawasile closed 2 months ago

mawasile commented 2 months ago

Breaking Change

With this code change, we change how we create id attribute for powerplatform_solution. Before it was a concatenation of environmentId and solution name, from now on, with removal of solution_name this is going to be environmentid and soltuionId

Solution File Path Updates:

Environment URL Handling:

Password Security Enhancements:

Testing and Mock Updates:

Code Cleanup: