|
5515 | 5515 | },
|
5516 | 5516 | "description": "Security profile for the container service cluster."
|
5517 | 5517 | },
|
| 5518 | + "ManagedClusterStorageProfile": { |
| 5519 | + "type": "object", |
| 5520 | + "properties": { |
| 5521 | + "diskCSIDriver": { |
| 5522 | + "$ref": "#/definitions/ManagedClusterStorageProfileDiskCSIDriver", |
| 5523 | + "description": "AzureDisk CSI Driver settings for the storage profile." |
| 5524 | + }, |
| 5525 | + "fileCSIDriver": { |
| 5526 | + "$ref": "#/definitions/ManagedClusterStorageProfileFileCSIDriver", |
| 5527 | + "description": "AzureFile CSI Driver settings for the storage profile." |
| 5528 | + }, |
| 5529 | + "snapshotController": { |
| 5530 | + "$ref": "#/definitions/ManagedClusterStorageProfileSnapshotController", |
| 5531 | + "description": "Snapshot Controller settings for the storage profile." |
| 5532 | + } |
| 5533 | + }, |
| 5534 | + "description": "Storage profile for the container service cluster." |
| 5535 | + }, |
5518 | 5536 | "ManagedClusterSecurityProfileAzureDefender": {
|
5519 | 5537 | "type": "object",
|
5520 | 5538 | "properties": {
|
|
5529 | 5547 | },
|
5530 | 5548 | "description": "Azure Defender settings for the security profile."
|
5531 | 5549 | },
|
| 5550 | + "ManagedClusterStorageProfileDiskCSIDriver": { |
| 5551 | + "type": "object", |
| 5552 | + "properties": { |
| 5553 | + "enabled": { |
| 5554 | + "type": "boolean", |
| 5555 | + "description": "Whether to enable AzureDisk CSI Driver. The default value is true." |
| 5556 | + } |
| 5557 | + }, |
| 5558 | + "description": "AzureDisk CSI Driver settings for the storage profile." |
| 5559 | + }, |
| 5560 | + "ManagedClusterStorageProfileFileCSIDriver": { |
| 5561 | + "type": "object", |
| 5562 | + "properties": { |
| 5563 | + "enabled": { |
| 5564 | + "type": "boolean", |
| 5565 | + "description": "Whether to enable AzureFile CSI Driver. The default value is true." |
| 5566 | + } |
| 5567 | + }, |
| 5568 | + "description": "AzureFile CSI Driver settings for the storage profile." |
| 5569 | + }, |
| 5570 | + "ManagedClusterStorageProfileSnapshotController": { |
| 5571 | + "type": "object", |
| 5572 | + "properties": { |
| 5573 | + "enabled": { |
| 5574 | + "type": "boolean", |
| 5575 | + "description": "Whether to enable Snapshot Controller. The default value is true." |
| 5576 | + } |
| 5577 | + }, |
| 5578 | + "description": "Snapshot Controller settings for the storage profile." |
| 5579 | + }, |
5532 | 5580 | "CreationData": {
|
5533 | 5581 | "description": "Data used when creating a target resource from a source resource.",
|
5534 | 5582 | "type": "object",
|
|
0 commit comments