{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ManagedClusterProperties", "type": "object", "properties": { "provisioningState": { "type": "string" }, "powerState": { "type": "object" }, "kubernetesVersion": { "type": "string" }, "currentKubernetesVersion": { "type": "string" }, "dnsPrefix": { "type": "string" }, "fqdn": { "type": "string" }, "fqdnSubdomain": { "type": "string" }, "agentPoolProfiles": { "type": "array" }, "linuxProfile": { "type": "object" }, "windowsProfile": { "type": "object" }, "servicePrincipalProfile": { "type": "object" }, "addonProfiles": { "type": "object" }, "nodeResourceGroup": { "type": "string" }, "enableRBAC": { "type": "boolean" }, "enablePodSecurityPolicy": { "type": "boolean" }, "autoScalerProfile": { "type": "object" }, "apiServerAccessProfile": { "type": "object" }, "diskEncryptionSetID": { "type": "string" } } }