{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ManagedClusterAgentPoolProfile", "type": "object", "properties": { "name": { "type": "string" }, "count": { "type": "integer" }, "vmSize": { "type": "string" }, "osDiskSizeGB": { "type": "integer" }, "osDiskType": { "type": "string" }, "osType": { "type": "string" }, "osSKU": { "type": "string" }, "maxPods": { "type": "integer" }, "mode": { "type": "string" }, "type": { "type": "string" }, "availabilityZones": { "type": "array" }, "enableAutoScaling": { "type": "boolean" }, "minCount": { "type": "integer" }, "maxCount": { "type": "integer" }, "nodeLabels": { "type": "object" }, "nodeTaints": { "type": "array" }, "upgradeSettings": { "type": "object" } } }