@@ -507,7 +507,7 @@ def test_get_load_balancer_managed_outbound_ip_count(self):
507507 )
508508 load_balancer_profile_2 = self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
509509 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
510- count=10, count_ipv6 =20
510+ count=10, count_i_pv6 =20
511511 ),
512512 outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileOutboundIPs(
513513 public_i_ps=[
@@ -548,7 +548,7 @@ def test_get_load_balancer_managed_outbound_ipv6_count(self):
548548 self.assertEqual(ctx_1.get_load_balancer_managed_outbound_ipv6_count(), None)
549549 load_balancer_profile = self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
550550 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
551- count_ipv6 =10
551+ count_i_pv6 =10
552552 )
553553 )
554554 network_profile = self.models.ContainerServiceNetworkProfile(
@@ -586,7 +586,7 @@ def test_get_load_balancer_managed_outbound_ipv6_count(self):
586586 )
587587 load_balancer_profile_3 = self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
588588 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
589- count=10, count_ipv6 =20
589+ count=10, count_i_pv6 =20
590590 ),
591591 outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileOutboundIPs(
592592 public_i_ps=[
@@ -5077,6 +5077,10 @@ def test_set_up_agentpool_profile(self):
50775077 pod_ip_allocation_mode="DynamicIndividual",
50785078 enable_node_public_ip=True,
50795079 node_public_ip_prefix_id="test_node_public_ip_prefix_id",
5080+ # The new SDK defaults scale_set_priority to None, but the core
5081+ # decorator's set_up_priority_properties always sets it to "Regular"
5082+ # via get_priority() when no explicit priority is passed.
5083+ scale_set_priority="Regular",
50805084 enable_auto_scaling=True,
50815085 min_count=5,
50825086 max_count=20,
@@ -5158,7 +5162,7 @@ def test_set_up_network_profile_preview(self):
51585162
51595163 load_balancer_profile_1 = self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
51605164 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
5161- count_ipv6 =3,
5165+ count_i_pv6 =3,
51625166 ),
51635167 backend_pool_type=CONST_LOAD_BALANCER_BACKEND_POOL_TYPE_NODE_IP,
51645168 )
@@ -6696,6 +6700,10 @@ def test_construct_mc_profile_preview(self):
66966700 enable_node_public_ip=False,
66976701 enable_auto_scaling=False,
66986702 count=3,
6703+ # The new SDK defaults scale_set_priority to None, but the core
6704+ # decorator's set_up_priority_properties always sets it to "Regular"
6705+ # via get_priority() when no explicit priority is passed.
6706+ scale_set_priority="Regular",
66996707 node_taints=[],
67006708 node_initialization_taints=[],
67016709 os_disk_size_gb=0,
@@ -7665,7 +7673,7 @@ def test_update_load_balancer_profile(self):
76657673 network_profile=self.models.ContainerServiceNetworkProfile(
76667674 load_balancer_profile=self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
76677675 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
7668- count=10, count_ipv6 =20
7676+ count=10, count_i_pv6 =20
76697677 ),
76707678 )
76717679 ),
@@ -7679,7 +7687,7 @@ def test_update_load_balancer_profile(self):
76797687 self.models.ContainerServiceNetworkProfile(
76807688 load_balancer_profile=self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
76817689 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
7682- count=5, count_ipv6 =20
7690+ count=5, count_i_pv6 =20
76837691 ),
76847692 )
76857693 )
@@ -7705,7 +7713,7 @@ def test_update_load_balancer_profile(self):
77057713 network_profile=self.models.ContainerServiceNetworkProfile(
77067714 load_balancer_profile=self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
77077715 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
7708- count=10, count_ipv6 =20
7716+ count=10, count_i_pv6 =20
77097717 ),
77107718 )
77117719 ),
@@ -7719,7 +7727,7 @@ def test_update_load_balancer_profile(self):
77197727 self.models.ContainerServiceNetworkProfile(
77207728 load_balancer_profile=self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
77217729 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
7722- count=10, count_ipv6 =5
7730+ count=10, count_i_pv6 =5
77237731 ),
77247732 )
77257733 )
@@ -7745,7 +7753,7 @@ def test_update_load_balancer_profile(self):
77457753 network_profile=self.models.ContainerServiceNetworkProfile(
77467754 load_balancer_profile=self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
77477755 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
7748- count=10, count_ipv6 =20
7756+ count=10, count_i_pv6 =20
77497757 ),
77507758 )
77517759 ),
@@ -7759,7 +7767,7 @@ def test_update_load_balancer_profile(self):
77597767 self.models.ContainerServiceNetworkProfile(
77607768 load_balancer_profile=self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
77617769 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
7762- count=25, count_ipv6 =5
7770+ count=25, count_i_pv6 =5
77637771 ),
77647772 )
77657773 )
@@ -7784,7 +7792,7 @@ def test_update_load_balancer_profile(self):
77847792 network_profile=self.models.ContainerServiceNetworkProfile(
77857793 load_balancer_profile=self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
77867794 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
7787- count=3, count_ipv6 =2
7795+ count=3, count_i_pv6 =2
77887796 )
77897797 )
77907798 ),
@@ -7846,7 +7854,7 @@ def test_update_load_balancer_profile(self):
78467854
78477855 ground_truth_load_balancer_profile_8 = self.models.load_balancer_models.ManagedClusterLoadBalancerProfile(
78487856 managed_outbound_i_ps=self.models.load_balancer_models.ManagedClusterLoadBalancerProfileManagedOutboundIPs(
7849- count=10, count_ipv6 =5
7857+ count=10, count_i_pv6 =5
78507858 ),
78517859 )
78527860 ground_truth_network_profile_8 = self.models.ContainerServiceNetworkProfile(
0 commit comments