From 839c15b27bffa09aedbe2426233f9a2564d1b36f Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 2 Feb 2018 23:43:46 +0000 Subject: [PATCH 1/2] Generated from 26cbf82a3210a3a208fab8f25eb18a24bfe0e7e3 fixing the casing of the new Dns Name Label property --- .../azure/mgmt/containerinstance/models/ip_address.py | 10 +++++----- .../azure/mgmt/containerinstance/version.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-mgmt-containerinstance/azure/mgmt/containerinstance/models/ip_address.py b/azure-mgmt-containerinstance/azure/mgmt/containerinstance/models/ip_address.py index f9b337fb8259..df4ae1c2021d 100644 --- a/azure-mgmt-containerinstance/azure/mgmt/containerinstance/models/ip_address.py +++ b/azure-mgmt-containerinstance/azure/mgmt/containerinstance/models/ip_address.py @@ -25,8 +25,8 @@ class IpAddress(Model): :vartype type: str :param ip: The IP exposed to the public internet. :type ip: str - :param dnsnamelabel: The Dns name label for the IP. - :type dnsnamelabel: str + :param dns_name_label: The Dns name label for the IP. + :type dns_name_label: str :ivar fqdn: The FQDN for the IP. :vartype fqdn: str """ @@ -41,15 +41,15 @@ class IpAddress(Model): 'ports': {'key': 'ports', 'type': '[Port]'}, 'type': {'key': 'type', 'type': 'str'}, 'ip': {'key': 'ip', 'type': 'str'}, - 'dnsnamelabel': {'key': 'dnsnamelabel', 'type': 'str'}, + 'dns_name_label': {'key': 'dnsNameLabel', 'type': 'str'}, 'fqdn': {'key': 'fqdn', 'type': 'str'}, } type = "Public" - def __init__(self, ports, ip=None, dnsnamelabel=None): + def __init__(self, ports, ip=None, dns_name_label=None): super(IpAddress, self).__init__() self.ports = ports self.ip = ip - self.dnsnamelabel = dnsnamelabel + self.dns_name_label = dns_name_label self.fqdn = None diff --git a/azure-mgmt-containerinstance/azure/mgmt/containerinstance/version.py b/azure-mgmt-containerinstance/azure/mgmt/containerinstance/version.py index 3e682bbd5fb1..9bd1dfac7ecb 100644 --- a/azure-mgmt-containerinstance/azure/mgmt/containerinstance/version.py +++ b/azure-mgmt-containerinstance/azure/mgmt/containerinstance/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.3.0" +VERSION = "0.2.0" From d80d483bd572586f74b234570ef6c6641b710cef Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Fri, 2 Feb 2018 16:07:37 -0800 Subject: [PATCH 2/2] Update version.py --- .../azure/mgmt/containerinstance/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-mgmt-containerinstance/azure/mgmt/containerinstance/version.py b/azure-mgmt-containerinstance/azure/mgmt/containerinstance/version.py index 9bd1dfac7ecb..54fdd938c10a 100644 --- a/azure-mgmt-containerinstance/azure/mgmt/containerinstance/version.py +++ b/azure-mgmt-containerinstance/azure/mgmt/containerinstance/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.2.0" +VERSION = "0.3.1"