Skip to content

Commit

Permalink
chore: update max datadisk num table
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 7, 2023
1 parent be73638 commit 4906d34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/azuredisk/azure_dd_max_disk_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_E104I_V5": 64,
"STANDARD_E112IADS_V5": 64,
"STANDARD_E112IAS_V5": 64,
"STANDARD_E112IBDS_V5": 64,
"STANDARD_E112IBS_V5": 64,
"STANDARD_E16-4ADS_V5": 32,
"STANDARD_E16-4AS_V4": 32,
"STANDARD_E16-4AS_V5": 32,
Expand Down Expand Up @@ -588,6 +590,8 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_E96AS_V4": 32,
"STANDARD_E96AS_V5": 32,
"STANDARD_E96A_V4": 32,
"STANDARD_E96BDS_V5": 32,
"STANDARD_E96BS_V5": 32,
"STANDARD_E96DS_V5": 32,
"STANDARD_E96D_V5": 32,
"STANDARD_E96IAS_V4": 32,
Expand Down Expand Up @@ -756,6 +760,7 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_M416-208MS_V2": 64,
"STANDARD_M416-208S_V2": 64,
"STANDARD_M416MS_V2": 64,
"STANDARD_M416S_8_V2": 64,
"STANDARD_M416S_V2": 64,
"STANDARD_M64-16MS": 64,
"STANDARD_M64-32MS": 64,
Expand Down

0 comments on commit 4906d34

Please sign in to comment.