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