Badgerati / Fogg

PowerShell tool to aide and simplify the creation, deployment and provisioning of infrastructure in Azure
MIT License
7 stars 2 forks source link

Validation for VM core exceeding Limit doesn't multiply by VM count #39

Closed Badgerati closed 7 years ago

Badgerati commented 7 years ago

When validating if the build out of the VMs has a total number of cores exceeding the maximum, it doesn't take into account the "count" property on VM templates.

Badgerati commented 7 years ago

The validation that checks for VM core limits now respects the count of the VMs.

I've also refactored the logic, so it now respects Foggfiles of multiple groups in different regions.