Skip to content

Commit d737a1c

Browse files
authored
feat: add ManagedCluster StorageProfile in 0302preview (#18590)
Signed-off-by: Ji An Liu <[email protected]>
1 parent c2b4d89 commit d737a1c

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
@@ -5854,6 +5854,24 @@
58545854
},
58555855
"description": "Azure Defender settings for the security profile."
58565856
},
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+
},
58575875
"AzureKeyVaultKms": {
58585876
"type": "object",
58595877
"properties": {
@@ -5902,6 +5920,40 @@
59025920
},
59035921
"description": "Workload Identity settings for the security profile."
59045922
},
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+
},
59055957
"CreationData": {
59065958
"description": "Data used when creating a target resource from a source resource.",
59075959
"type": "object",

0 commit comments

Comments
 (0)