Skip to content

Commit 69f5ef7

Browse files
authored
feat: add ManagedCluster StorageProfile in 0301 (#18594)
Signed-off-by: Ji An Liu <[email protected]>
1 parent f6f757f commit 69f5ef7

File tree

1 file changed

+48
-0
lines changed
  • specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03-01

1 file changed

+48
-0
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2022-03-01/managedClusters.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5515,6 +5515,24 @@
55155515
},
55165516
"description": "Security profile for the container service cluster."
55175517
},
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+
},
55185536
"ManagedClusterSecurityProfileAzureDefender": {
55195537
"type": "object",
55205538
"properties": {
@@ -5529,6 +5547,36 @@
55295547
},
55305548
"description": "Azure Defender settings for the security profile."
55315549
},
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+
},
55325580
"CreationData": {
55335581
"description": "Data used when creating a target resource from a source resource.",
55345582
"type": "object",

0 commit comments

Comments
 (0)