This CHANGELOG.md file will contain the update log for the latest set of updates to the templates
- Removed option to select between CentOS and RHEL. This template uses CentOS. This can be changed by forking the repo and changing the variable named osImage in azuredeploy.json
- Removed installation of Azure CLI as this is no longer needed.
- Removed dnslabel parameters and made them variables to simplify deployment.
- Added new D2-64v3, D2s-64sv3, E2-64v3, and E2s-64sv3 VM types.
- Updated prep scripts to include additional documented pre-requisites.
- Removed option to install single master cluster. Now supports 3 or 5 masters and 2 or 3 infra nodes.
- Configure CentOS to use NetworkManager on eth0 - Thank you to @sozercan for help with this piece!