@@ -98,7 +98,7 @@ func TestManagedMachinePoolScope_Autoscaling(t *testing.T) {
9898
9999 Name : "pool0" ,
100100 AzureName : "pool0" ,
101- SKU : "Standard_D2s_v3 " ,
101+ SKU : "Standard_D2s_v5 " ,
102102 Replicas : 1 ,
103103 Mode : "System" ,
104104 Cluster : "cluster1" ,
@@ -125,7 +125,7 @@ func TestManagedMachinePoolScope_Autoscaling(t *testing.T) {
125125 Expected : & agentpools.AgentPoolSpec {
126126 Name : "pool1" ,
127127 AzureName : "pool1" ,
128- SKU : "Standard_D2s_v3 " ,
128+ SKU : "Standard_D2s_v5 " ,
129129 Mode : "User" ,
130130 Cluster : "cluster1" ,
131131 Replicas : 1 ,
@@ -173,7 +173,7 @@ func TestManagedMachinePoolScope_NodeLabels(t *testing.T) {
173173 Expected : & agentpools.AgentPoolSpec {
174174 Name : "pool0" ,
175175 AzureName : "pool0" ,
176- SKU : "Standard_D2s_v3 " ,
176+ SKU : "Standard_D2s_v5 " ,
177177 Replicas : 1 ,
178178 Mode : "System" ,
179179 Cluster : "cluster1" ,
@@ -202,7 +202,7 @@ func TestManagedMachinePoolScope_NodeLabels(t *testing.T) {
202202 Expected : & agentpools.AgentPoolSpec {
203203 Name : "pool1" ,
204204 AzureName : "pool1" ,
205- SKU : "Standard_D2s_v3 " ,
205+ SKU : "Standard_D2s_v5 " ,
206206 Mode : "System" ,
207207 Cluster : "cluster1" ,
208208 Replicas : 1 ,
@@ -250,7 +250,7 @@ func TestManagedMachinePoolScope_AdditionalTags(t *testing.T) {
250250 Expected : & agentpools.AgentPoolSpec {
251251 Name : "pool0" ,
252252 AzureName : "pool0" ,
253- SKU : "Standard_D2s_v3 " ,
253+ SKU : "Standard_D2s_v5 " ,
254254 Replicas : 1 ,
255255 Mode : "System" ,
256256 Cluster : "cluster1" ,
@@ -279,7 +279,7 @@ func TestManagedMachinePoolScope_AdditionalTags(t *testing.T) {
279279 Expected : & agentpools.AgentPoolSpec {
280280 Name : "pool1" ,
281281 AzureName : "pool1" ,
282- SKU : "Standard_D2s_v3 " ,
282+ SKU : "Standard_D2s_v5 " ,
283283 Mode : "System" ,
284284 Cluster : "cluster1" ,
285285 Replicas : 1 ,
@@ -327,7 +327,7 @@ func TestManagedMachinePoolScope_MaxPods(t *testing.T) {
327327 Expected : & agentpools.AgentPoolSpec {
328328 Name : "pool0" ,
329329 AzureName : "pool0" ,
330- SKU : "Standard_D2s_v3 " ,
330+ SKU : "Standard_D2s_v5 " ,
331331 Replicas : 1 ,
332332 Mode : "System" ,
333333 Cluster : "cluster1" ,
@@ -354,7 +354,7 @@ func TestManagedMachinePoolScope_MaxPods(t *testing.T) {
354354 Expected : & agentpools.AgentPoolSpec {
355355 Name : "pool1" ,
356356 AzureName : "pool1" ,
357- SKU : "Standard_D2s_v3 " ,
357+ SKU : "Standard_D2s_v5 " ,
358358 Mode : "System" ,
359359 Cluster : "cluster1" ,
360360 Replicas : 1 ,
@@ -401,7 +401,7 @@ func TestManagedMachinePoolScope_Taints(t *testing.T) {
401401
402402 Name : "pool0" ,
403403 AzureName : "pool0" ,
404- SKU : "Standard_D2s_v3 " ,
404+ SKU : "Standard_D2s_v5 " ,
405405 Replicas : 1 ,
406406 Mode : "System" ,
407407 Cluster : "cluster1" ,
@@ -434,7 +434,7 @@ func TestManagedMachinePoolScope_Taints(t *testing.T) {
434434 Expected : & agentpools.AgentPoolSpec {
435435 Name : "pool1" ,
436436 AzureName : "pool1" ,
437- SKU : "Standard_D2s_v3 " ,
437+ SKU : "Standard_D2s_v5 " ,
438438 Mode : "User" ,
439439 Cluster : "cluster1" ,
440440 Replicas : 1 ,
@@ -480,7 +480,7 @@ func TestManagedMachinePoolScope_OSDiskType(t *testing.T) {
480480 Expected : & agentpools.AgentPoolSpec {
481481 Name : "pool0" ,
482482 AzureName : "pool0" ,
483- SKU : "Standard_D2s_v3 " ,
483+ SKU : "Standard_D2s_v5 " ,
484484 Replicas : 1 ,
485485 Mode : "System" ,
486486 Cluster : "cluster1" ,
@@ -507,7 +507,7 @@ func TestManagedMachinePoolScope_OSDiskType(t *testing.T) {
507507 Expected : & agentpools.AgentPoolSpec {
508508 Name : "pool1" ,
509509 AzureName : "pool1" ,
510- SKU : "Standard_D2s_v3 " ,
510+ SKU : "Standard_D2s_v5 " ,
511511 Mode : "User" ,
512512 Cluster : "cluster1" ,
513513 Replicas : 1 ,
@@ -553,7 +553,7 @@ func TestManagedMachinePoolScope_SubnetName(t *testing.T) {
553553 Expected : & agentpools.AgentPoolSpec {
554554 Name : "pool0" ,
555555 AzureName : "pool0" ,
556- SKU : "Standard_D2s_v3 " ,
556+ SKU : "Standard_D2s_v5 " ,
557557 Replicas : 1 ,
558558 Mode : "System" ,
559559 Cluster : "cluster1" ,
@@ -589,7 +589,7 @@ func TestManagedMachinePoolScope_SubnetName(t *testing.T) {
589589 Expected : & agentpools.AgentPoolSpec {
590590 Name : "pool1" ,
591591 AzureName : "pool1" ,
592- SKU : "Standard_D2s_v3 " ,
592+ SKU : "Standard_D2s_v5 " ,
593593 Mode : "User" ,
594594 Cluster : "cluster1" ,
595595 Replicas : 1 ,
@@ -625,7 +625,7 @@ func TestManagedMachinePoolScope_SubnetName(t *testing.T) {
625625 Expected : & agentpools.AgentPoolSpec {
626626 Name : "pool1" ,
627627 AzureName : "pool1" ,
628- SKU : "Standard_D2s_v3 " ,
628+ SKU : "Standard_D2s_v5 " ,
629629 Mode : "User" ,
630630 Cluster : "cluster1" ,
631631 Replicas : 1 ,
@@ -671,7 +671,7 @@ func TestManagedMachinePoolScope_KubeletDiskType(t *testing.T) {
671671 Expected : & agentpools.AgentPoolSpec {
672672 Name : "pool0" ,
673673 AzureName : "pool0" ,
674- SKU : "Standard_D2s_v3 " ,
674+ SKU : "Standard_D2s_v5 " ,
675675 Replicas : 1 ,
676676 Mode : "System" ,
677677 Cluster : "cluster1" ,
@@ -698,7 +698,7 @@ func TestManagedMachinePoolScope_KubeletDiskType(t *testing.T) {
698698 Expected : & agentpools.AgentPoolSpec {
699699 Name : "pool1" ,
700700 AzureName : "pool1" ,
701- SKU : "Standard_D2s_v3 " ,
701+ SKU : "Standard_D2s_v5 " ,
702702 Mode : "User" ,
703703 Cluster : "cluster1" ,
704704 Replicas : 1 ,
@@ -898,7 +898,7 @@ func getAzureMachinePool(name string, mode infrav1.NodePoolMode) *infrav1.AzureM
898898 Spec : infrav1.AzureManagedMachinePoolSpec {
899899 AzureManagedMachinePoolClassSpec : infrav1.AzureManagedMachinePoolClassSpec {
900900 Mode : string (mode ),
901- SKU : "Standard_D2s_v3 " ,
901+ SKU : "Standard_D2s_v5 " ,
902902 Name : ptr .To (name ),
903903 },
904904 },
0 commit comments