{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ManagedClusterStorageProfile", "title": "ManagedClusterStorageProfile", "type": "object", "description": "Storage profile for the container service cluster.", "properties": { "diskCSIDriver": { "type": "object", "properties": { "enabled": { "type": "boolean", "description": "Whether to enable AzureDisk CSI Driver." } }, "example": "example_value" }, "fileCSIDriver": { "type": "object", "properties": { "enabled": { "type": "boolean", "description": "Whether to enable AzureFile CSI Driver." } }, "example": "example_value" }, "snapshotController": { "type": "object", "properties": { "enabled": { "type": "boolean", "description": "Whether to enable Snapshot Controller." } }, "example": "example_value" }, "blobCSIDriver": { "type": "object", "properties": { "enabled": { "type": "boolean", "description": "Whether to enable AzureBlob CSI Driver." } }, "example": "example_value" } } }