{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ManagedClusterAPIServerAccessProfile", "type": "object", "description": "Access profile for managed cluster API server.", "properties": { "authorizedIPRanges": { "type": "array", "description": "IP ranges authorized to access the Kubernetes API server." }, "enablePrivateCluster": { "type": "boolean", "description": "Whether to create the cluster as a private cluster or not." }, "privateDNSZone": { "type": "string", "description": "The private DNS zone mode for the cluster." }, "enablePrivateClusterPublicFQDN": { "type": "boolean", "description": "Whether to create a public FQDN for private cluster or not." }, "disableRunCommand": { "type": "boolean", "description": "Whether to disable run command for the cluster." }, "enableVnetIntegration": { "type": "boolean", "description": "Whether to enable API server VNET integration for the cluster." }, "subnetId": { "type": "string", "description": "The subnet to be used when API server VNET integration is enabled." } } }