Azure / AKS-Construction

Accelerate your onboarding to AKS with; Helper Web App, bicep templating and CI/CD samples. Flexible & secure AKS baseline implementations in a Microsoft + community maintained reference implementation.
https://azure.github.io/AKS-Construction/
MIT License
356 stars 165 forks source link

Updated variable names to prevent case clash #657

Closed pjlewisuk closed 1 year ago

pjlewisuk commented 1 year ago

PR Summary

Changed the name of aks_podsubnet variable to aks_finalPodSubnet to prevent clash with aks_podSubnet variable (notice case difference)

PR Checklist

pjlewisuk commented 11 months ago

Fixes #656