CompositionalIT / farmer

Repeatable Azure deployments with ARM templates - made easy!
https://compositionalit.github.io/farmer
MIT License
525 stars 156 forks source link

Sorting resources in Farmer/Arm for ease of maintenance. #1098

Open ninjarobot opened 6 months ago

ninjarobot commented 6 months ago

The changes in this PR are as follows:

I have read the contributing guidelines and have completed the following:

ninjarobot commented 6 months ago

@isaacabraham the project has gotten pretty big and needs a little more organization. I made a few changes here to reduce the dependencies between IArmResource modules and allow most of them to be alphabetically sorted. What do you think? Any recommendations to make it easier to navigate?

isaacabraham commented 3 months ago

@ninjarobot This looks good - assuming that the conflicts can be resolved + Matt's questions addressed?

ninjarobot commented 3 months ago

@ninjarobot This looks good - assuming that the conflicts can be resolved + Matt's questions addressed?

Yes, they can be, I will need to get back to this cleanup.