Skip to content

Commit e53d10b

Browse files
committed
feat: add ManagedCluster StorageProfile in 0302preview
Signed-off-by: Ji An Liu <[email protected]>
1 parent 5864e44 commit e53d10b

File tree

1 file changed

+52
-0
lines changed
  • specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-03-02-preview

1 file changed

+52
-0
lines changed

specification/containerservice/resource-manager/Microsoft.ContainerService/preview/2022-03-02-preview/managedClusters.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5849,6 +5849,24 @@
58495849
},
58505850
"description": "Azure Defender settings for the security profile."
58515851
},
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+
},
58525870
"AzureKeyVaultKms": {
58535871
"type": "object",
58545872
"properties": {
@@ -5897,6 +5915,40 @@
58975915
},
58985916
"description": "Workload Identity settings for the security profile."
58995917
},
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+
},
59005952
"CreationData": {
59015953
"description": "Data used when creating a target resource from a source resource.",
59025954
"type": "object",

0 commit comments

Comments
 (0)