networkProfile: {
  networkPlugin: 'azure'
  dockerBridgeCidr: '172.17.0.1/16'
  dnsServiceIP: '10.2.0.10'
  serviceCidr: '10.2.0.0/24'
  loadBalancerSku: 'standard'
}
agentPoolProfiles: [
  {
    name: 'agentpool'
    osDiskSizeGB: 0
    mode: 'System'
    count: 2
    vmSize: 'Standard_DS2_v2'
    osType: 'Linux'
    vnetSubnetID: defaultPoolNodeSubnetId // Given as parameter
    podSubnetID: defaultPoolPodSubnetId // Given as parameter
  }
]
publicNetworkAccess: 'Enabled'