|
5854 | 5854 | },
|
5855 | 5855 | "description": "Azure Defender settings for the security profile."
|
5856 | 5856 | },
|
| 5857 | + "ManagedClusterStorageProfile": { |
| 5858 | + "type": "object", |
| 5859 | + "properties": { |
| 5860 | + "diskCSIDriver": { |
| 5861 | + "$ref": "#/definitions/ManagedClusterStorageProfileDiskCSIDriver", |
| 5862 | + "description": "AzureDisk CSI Driver settings for the storage profile." |
| 5863 | + }, |
| 5864 | + "fileCSIDriver": { |
| 5865 | + "$ref": "#/definitions/ManagedClusterStorageProfileFileCSIDriver", |
| 5866 | + "description": "AzureFile CSI Driver settings for the storage profile." |
| 5867 | + }, |
| 5868 | + "snapshotController": { |
| 5869 | + "$ref": "#/definitions/ManagedClusterStorageProfileSnapshotController", |
| 5870 | + "description": "Snapshot Controller settings for the storage profile." |
| 5871 | + } |
| 5872 | + }, |
| 5873 | + "description": "Storage profile for the container service cluster." |
| 5874 | + }, |
5857 | 5875 | "AzureKeyVaultKms": {
|
5858 | 5876 | "type": "object",
|
5859 | 5877 | "properties": {
|
|
5902 | 5920 | },
|
5903 | 5921 | "description": "Workload Identity settings for the security profile."
|
5904 | 5922 | },
|
| 5923 | + "ManagedClusterStorageProfileDiskCSIDriver": { |
| 5924 | + "type": "object", |
| 5925 | + "properties": { |
| 5926 | + "enabled": { |
| 5927 | + "type": "boolean", |
| 5928 | + "description": "Whether to enable AzureDisk CSI Driver. The default value is true." |
| 5929 | + }, |
| 5930 | + "version": { |
| 5931 | + "type": "string", |
| 5932 | + "description": "The version of AzureDisk CSI Driver. The default value is v1." |
| 5933 | + } |
| 5934 | + }, |
| 5935 | + "description": "AzureDisk CSI Driver settings for the storage profile." |
| 5936 | + }, |
| 5937 | + "ManagedClusterStorageProfileFileCSIDriver": { |
| 5938 | + "type": "object", |
| 5939 | + "properties": { |
| 5940 | + "enabled": { |
| 5941 | + "type": "boolean", |
| 5942 | + "description": "Whether to enable AzureFile CSI Driver. The default value is true." |
| 5943 | + } |
| 5944 | + }, |
| 5945 | + "description": "AzureFile CSI Driver settings for the storage profile." |
| 5946 | + }, |
| 5947 | + "ManagedClusterStorageProfileSnapshotController": { |
| 5948 | + "type": "object", |
| 5949 | + "properties": { |
| 5950 | + "enabled": { |
| 5951 | + "type": "boolean", |
| 5952 | + "description": "Whether to enable Snapshot Controller. The default value is true." |
| 5953 | + } |
| 5954 | + }, |
| 5955 | + "description": "Snapshot Controller settings for the storage profile." |
| 5956 | + }, |
5905 | 5957 | "CreationData": {
|
5906 | 5958 | "description": "Data used when creating a target resource from a source resource.",
|
5907 | 5959 | "type": "object",
|
|
0 commit comments