{ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "clusterName": { "value": "tmp-apps-dev-aks-02-12" }, "agentPoolProfilesUpdate":{ "value": [ { "name": "agentpool1", "count": 5, "vmSize": "Standard_B2s", "osDiskSizeGB": 128, "osDiskType": "Managed", "type": "VirtualMachineScaleSets", "nodeLabels": {}, "mode": "System", "osType": "Linux" } ] } } }