diff --git a/sdk/containerservice/azure-mgmt-containerservice/_meta.json b/sdk/containerservice/azure-mgmt-containerservice/_meta.json index 62bb380ebabd..8893d12fe185 100644 --- a/sdk/containerservice/azure-mgmt-containerservice/_meta.json +++ b/sdk/containerservice/azure-mgmt-containerservice/_meta.json @@ -4,8 +4,8 @@ "@autorest/python@5.12.0", "@autorest/modelerfour@4.19.3" ], - "commit": "a70086b6711c1058aaf3c5906744a665a492a504", + "commit": "0003710674717de4385541fbdf5e130de3a50aeb", "repository_url": "https://github.com/Azure/azure-rest-api-specs", - "autorest_command": "autorest specification/containerservice/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/python@5.12.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2", + "autorest_command": "autorest specification/containerservice/resource-manager/readme.md --multiapi --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --python3-only --use=@autorest/python@5.12.0 --use=@autorest/modelerfour@4.19.3 --version=3.7.2", "readme": "specification/containerservice/resource-manager/readme.md" } \ No newline at end of file diff --git a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_10_01/models/_models_py3.py b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_10_01/models/_models_py3.py index 74436df3af1d..cdfe1698bb70 100644 --- a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_10_01/models/_models_py3.py +++ b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_10_01/models/_models_py3.py @@ -3534,27 +3534,27 @@ class ManagedClusterLoadBalancerProfileManagedOutboundIPs(msrest.serialization.M load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :vartype count: int - :ivar count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :ivar count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :vartype count_ipv6: int + :vartype count_i_pv6: int """ _validation = { 'count': {'maximum': 100, 'minimum': 1}, - 'count_ipv6': {'maximum': 100, 'minimum': 0}, + 'count_i_pv6': {'maximum': 100, 'minimum': 0}, } _attribute_map = { 'count': {'key': 'count', 'type': 'int'}, - 'count_ipv6': {'key': 'countIPv6', 'type': 'int'}, + 'count_i_pv6': {'key': 'countIPv6', 'type': 'int'}, } def __init__( self, *, count: Optional[int] = 1, - count_ipv6: Optional[int] = 0, + count_i_pv6: Optional[int] = 0, **kwargs ): """ @@ -3562,14 +3562,14 @@ def __init__( cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :paramtype count: int - :keyword count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :keyword count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :paramtype count_ipv6: int + :paramtype count_i_pv6: int """ super(ManagedClusterLoadBalancerProfileManagedOutboundIPs, self).__init__(**kwargs) self.count = count - self.count_ipv6 = count_ipv6 + self.count_i_pv6 = count_i_pv6 class ManagedClusterLoadBalancerProfileOutboundIPPrefixes(msrest.serialization.Model): diff --git a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_11_01_preview/models/_models_py3.py b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_11_01_preview/models/_models_py3.py index 2f8ad968608a..241c6c3a6843 100644 --- a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_11_01_preview/models/_models_py3.py +++ b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2021_11_01_preview/models/_models_py3.py @@ -3666,27 +3666,27 @@ class ManagedClusterLoadBalancerProfileManagedOutboundIPs(msrest.serialization.M load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :vartype count: int - :ivar count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :ivar count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :vartype count_ipv6: int + :vartype count_i_pv6: int """ _validation = { 'count': {'maximum': 100, 'minimum': 1}, - 'count_ipv6': {'maximum': 100, 'minimum': 0}, + 'count_i_pv6': {'maximum': 100, 'minimum': 0}, } _attribute_map = { 'count': {'key': 'count', 'type': 'int'}, - 'count_ipv6': {'key': 'countIPv6', 'type': 'int'}, + 'count_i_pv6': {'key': 'countIPv6', 'type': 'int'}, } def __init__( self, *, count: Optional[int] = 1, - count_ipv6: Optional[int] = 0, + count_i_pv6: Optional[int] = 0, **kwargs ): """ @@ -3694,14 +3694,14 @@ def __init__( cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :paramtype count: int - :keyword count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :keyword count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :paramtype count_ipv6: int + :paramtype count_i_pv6: int """ super(ManagedClusterLoadBalancerProfileManagedOutboundIPs, self).__init__(**kwargs) self.count = count - self.count_ipv6 = count_ipv6 + self.count_i_pv6 = count_i_pv6 class ManagedClusterLoadBalancerProfileOutboundIPPrefixes(msrest.serialization.Model): diff --git a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_01_01/models/_models_py3.py b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_01_01/models/_models_py3.py index 550d56e7c354..5317561267f5 100644 --- a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_01_01/models/_models_py3.py +++ b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_01_01/models/_models_py3.py @@ -3534,27 +3534,27 @@ class ManagedClusterLoadBalancerProfileManagedOutboundIPs(msrest.serialization.M load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :vartype count: int - :ivar count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :ivar count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :vartype count_ipv6: int + :vartype count_i_pv6: int """ _validation = { 'count': {'maximum': 100, 'minimum': 1}, - 'count_ipv6': {'maximum': 100, 'minimum': 0}, + 'count_i_pv6': {'maximum': 100, 'minimum': 0}, } _attribute_map = { 'count': {'key': 'count', 'type': 'int'}, - 'count_ipv6': {'key': 'countIPv6', 'type': 'int'}, + 'count_i_pv6': {'key': 'countIPv6', 'type': 'int'}, } def __init__( self, *, count: Optional[int] = 1, - count_ipv6: Optional[int] = 0, + count_i_pv6: Optional[int] = 0, **kwargs ): """ @@ -3562,14 +3562,14 @@ def __init__( cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :paramtype count: int - :keyword count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :keyword count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :paramtype count_ipv6: int + :paramtype count_i_pv6: int """ super(ManagedClusterLoadBalancerProfileManagedOutboundIPs, self).__init__(**kwargs) self.count = count - self.count_ipv6 = count_ipv6 + self.count_i_pv6 = count_i_pv6 class ManagedClusterLoadBalancerProfileOutboundIPPrefixes(msrest.serialization.Model): diff --git a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_01_02_preview/models/_models_py3.py b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_01_02_preview/models/_models_py3.py index f0764c1601a1..8f58e10f118d 100644 --- a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_01_02_preview/models/_models_py3.py +++ b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_01_02_preview/models/_models_py3.py @@ -3704,27 +3704,27 @@ class ManagedClusterLoadBalancerProfileManagedOutboundIPs(msrest.serialization.M load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :vartype count: int - :ivar count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :ivar count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :vartype count_ipv6: int + :vartype count_i_pv6: int """ _validation = { 'count': {'maximum': 100, 'minimum': 1}, - 'count_ipv6': {'maximum': 100, 'minimum': 0}, + 'count_i_pv6': {'maximum': 100, 'minimum': 0}, } _attribute_map = { 'count': {'key': 'count', 'type': 'int'}, - 'count_ipv6': {'key': 'countIPv6', 'type': 'int'}, + 'count_i_pv6': {'key': 'countIPv6', 'type': 'int'}, } def __init__( self, *, count: Optional[int] = 1, - count_ipv6: Optional[int] = 0, + count_i_pv6: Optional[int] = 0, **kwargs ): """ @@ -3732,14 +3732,14 @@ def __init__( cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :paramtype count: int - :keyword count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :keyword count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :paramtype count_ipv6: int + :paramtype count_i_pv6: int """ super(ManagedClusterLoadBalancerProfileManagedOutboundIPs, self).__init__(**kwargs) self.count = count - self.count_ipv6 = count_ipv6 + self.count_i_pv6 = count_i_pv6 class ManagedClusterLoadBalancerProfileOutboundIPPrefixes(msrest.serialization.Model): diff --git a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_02_01/models/_models_py3.py b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_02_01/models/_models_py3.py index c5f71a244828..c5df7a8d94a1 100644 --- a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_02_01/models/_models_py3.py +++ b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_02_01/models/_models_py3.py @@ -3556,27 +3556,27 @@ class ManagedClusterLoadBalancerProfileManagedOutboundIPs(msrest.serialization.M load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :vartype count: int - :ivar count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :ivar count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :vartype count_ipv6: int + :vartype count_i_pv6: int """ _validation = { 'count': {'maximum': 100, 'minimum': 1}, - 'count_ipv6': {'maximum': 100, 'minimum': 0}, + 'count_i_pv6': {'maximum': 100, 'minimum': 0}, } _attribute_map = { 'count': {'key': 'count', 'type': 'int'}, - 'count_ipv6': {'key': 'countIPv6', 'type': 'int'}, + 'count_i_pv6': {'key': 'countIPv6', 'type': 'int'}, } def __init__( self, *, count: Optional[int] = 1, - count_ipv6: Optional[int] = 0, + count_i_pv6: Optional[int] = 0, **kwargs ): """ @@ -3584,14 +3584,14 @@ def __init__( cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :paramtype count: int - :keyword count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :keyword count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :paramtype count_ipv6: int + :paramtype count_i_pv6: int """ super(ManagedClusterLoadBalancerProfileManagedOutboundIPs, self).__init__(**kwargs) self.count = count - self.count_ipv6 = count_ipv6 + self.count_i_pv6 = count_i_pv6 class ManagedClusterLoadBalancerProfileOutboundIPPrefixes(msrest.serialization.Model): diff --git a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_02_02_preview/models/_models_py3.py b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_02_02_preview/models/_models_py3.py index 27b55c4284ca..bbbf901ef4ce 100644 --- a/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_02_02_preview/models/_models_py3.py +++ b/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2022_02_02_preview/models/_models_py3.py @@ -3767,27 +3767,27 @@ class ManagedClusterLoadBalancerProfileManagedOutboundIPs(msrest.serialization.M load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :vartype count: int - :ivar count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :ivar count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :vartype count_ipv6: int + :vartype count_i_pv6: int """ _validation = { 'count': {'maximum': 100, 'minimum': 1}, - 'count_ipv6': {'maximum': 100, 'minimum': 0}, + 'count_i_pv6': {'maximum': 100, 'minimum': 0}, } _attribute_map = { 'count': {'key': 'count', 'type': 'int'}, - 'count_ipv6': {'key': 'countIPv6', 'type': 'int'}, + 'count_i_pv6': {'key': 'countIPv6', 'type': 'int'}, } def __init__( self, *, count: Optional[int] = 1, - count_ipv6: Optional[int] = 0, + count_i_pv6: Optional[int] = 0, **kwargs ): """ @@ -3795,14 +3795,14 @@ def __init__( cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1. :paramtype count: int - :keyword count_ipv6: The desired number of IPv6 outbound IPs created/managed by Azure for the + :keyword count_i_pv6: The desired number of IPv6 outbound IPs created/managed by Azure for the cluster load balancer. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 0 for single-stack and 1 for dual-stack. - :paramtype count_ipv6: int + :paramtype count_i_pv6: int """ super(ManagedClusterLoadBalancerProfileManagedOutboundIPs, self).__init__(**kwargs) self.count = count - self.count_ipv6 = count_ipv6 + self.count_i_pv6 = count_i_pv6 class ManagedClusterLoadBalancerProfileOutboundIPPrefixes(msrest.serialization.Model):