@@ -24,25 +24,26 @@ import (
2424func AgentPoolToManagedClusterAgentPoolProfile (pool containerservice.AgentPool ) containerservice.ManagedClusterAgentPoolProfile {
2525 properties := pool .ManagedClusterAgentPoolProfileProperties
2626 return containerservice.ManagedClusterAgentPoolProfile {
27- Name : pool .Name , // Note: if converting from agentPoolSpec.Parameters(), this field will not be set
28- VMSize : properties .VMSize ,
29- OsType : properties .OsType ,
30- OsDiskSizeGB : properties .OsDiskSizeGB ,
31- Count : properties .Count ,
32- Type : properties .Type ,
33- OrchestratorVersion : properties .OrchestratorVersion ,
34- VnetSubnetID : properties .VnetSubnetID ,
35- Mode : properties .Mode ,
36- EnableAutoScaling : properties .EnableAutoScaling ,
37- MaxCount : properties .MaxCount ,
38- MinCount : properties .MinCount ,
39- NodeTaints : properties .NodeTaints ,
40- AvailabilityZones : properties .AvailabilityZones ,
41- MaxPods : properties .MaxPods ,
42- OsDiskType : properties .OsDiskType ,
43- NodeLabels : properties .NodeLabels ,
44- EnableUltraSSD : properties .EnableUltraSSD ,
45- EnableNodePublicIP : properties .EnableNodePublicIP ,
46- ScaleSetPriority : properties .ScaleSetPriority ,
27+ Name : pool .Name , // Note: if converting from agentPoolSpec.Parameters(), this field will not be set
28+ VMSize : properties .VMSize ,
29+ OsType : properties .OsType ,
30+ OsDiskSizeGB : properties .OsDiskSizeGB ,
31+ Count : properties .Count ,
32+ Type : properties .Type ,
33+ OrchestratorVersion : properties .OrchestratorVersion ,
34+ VnetSubnetID : properties .VnetSubnetID ,
35+ Mode : properties .Mode ,
36+ EnableAutoScaling : properties .EnableAutoScaling ,
37+ MaxCount : properties .MaxCount ,
38+ MinCount : properties .MinCount ,
39+ NodeTaints : properties .NodeTaints ,
40+ AvailabilityZones : properties .AvailabilityZones ,
41+ MaxPods : properties .MaxPods ,
42+ OsDiskType : properties .OsDiskType ,
43+ NodeLabels : properties .NodeLabels ,
44+ EnableUltraSSD : properties .EnableUltraSSD ,
45+ EnableNodePublicIP : properties .EnableNodePublicIP ,
46+ NodePublicIPPrefixID : properties .NodePublicIPPrefixID ,
47+ ScaleSetPriority : properties .ScaleSetPriority ,
4748 }
4849}
0 commit comments