From 024f65cb7bdd0b9e1dd33315d79fe13f464b9f1c Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 31 Oct 2018 02:02:47 +0000 Subject: [PATCH] Generated from 4470c45fbc3ee7fef05111908a961c64dec8f97f Fixed non-existent extra parameter (bug) --- .../hdinsight/models/application_get_https_endpoint.py | 5 ----- .../hdinsight/models/application_get_https_endpoint_py3.py | 7 +------ .../azure/mgmt/hdinsight/models/application_properties.py | 4 ---- .../mgmt/hdinsight/models/application_properties_py3.py | 6 +----- 4 files changed, 2 insertions(+), 20 deletions(-) diff --git a/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_get_https_endpoint.py b/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_get_https_endpoint.py index b8f265d5e4d41..b4536fc4f42d2 100644 --- a/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_get_https_endpoint.py +++ b/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_get_https_endpoint.py @@ -15,9 +15,6 @@ class ApplicationGetHttpsEndpoint(Model): """Gets the application HTTP endpoints. - :param additional_properties: Unmatched properties from the message are - deserialized this collection - :type additional_properties: dict[str, str] :param access_modes: The list of access modes for the application. :type access_modes: list[str] :param location: The location of the endpoint. @@ -29,7 +26,6 @@ class ApplicationGetHttpsEndpoint(Model): """ _attribute_map = { - 'additional_properties': {'key': '', 'type': '{str}'}, 'access_modes': {'key': 'accessModes', 'type': '[str]'}, 'location': {'key': 'location', 'type': 'str'}, 'destination_port': {'key': 'destinationPort', 'type': 'int'}, @@ -38,7 +34,6 @@ class ApplicationGetHttpsEndpoint(Model): def __init__(self, **kwargs): super(ApplicationGetHttpsEndpoint, self).__init__(**kwargs) - self.additional_properties = kwargs.get('additional_properties', None) self.access_modes = kwargs.get('access_modes', None) self.location = kwargs.get('location', None) self.destination_port = kwargs.get('destination_port', None) diff --git a/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_get_https_endpoint_py3.py b/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_get_https_endpoint_py3.py index 48942687a50ab..e23d24ac33689 100644 --- a/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_get_https_endpoint_py3.py +++ b/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_get_https_endpoint_py3.py @@ -15,9 +15,6 @@ class ApplicationGetHttpsEndpoint(Model): """Gets the application HTTP endpoints. - :param additional_properties: Unmatched properties from the message are - deserialized this collection - :type additional_properties: dict[str, str] :param access_modes: The list of access modes for the application. :type access_modes: list[str] :param location: The location of the endpoint. @@ -29,16 +26,14 @@ class ApplicationGetHttpsEndpoint(Model): """ _attribute_map = { - 'additional_properties': {'key': '', 'type': '{str}'}, 'access_modes': {'key': 'accessModes', 'type': '[str]'}, 'location': {'key': 'location', 'type': 'str'}, 'destination_port': {'key': 'destinationPort', 'type': 'int'}, 'public_port': {'key': 'publicPort', 'type': 'int'}, } - def __init__(self, *, additional_properties=None, access_modes=None, location: str=None, destination_port: int=None, public_port: int=None, **kwargs) -> None: + def __init__(self, *, access_modes=None, location: str=None, destination_port: int=None, public_port: int=None, **kwargs) -> None: super(ApplicationGetHttpsEndpoint, self).__init__(**kwargs) - self.additional_properties = additional_properties self.access_modes = access_modes self.location = location self.destination_port = destination_port diff --git a/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_properties.py b/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_properties.py index 5f5e67ca6d474..3318ebcc61dd0 100644 --- a/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_properties.py +++ b/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_properties.py @@ -44,8 +44,6 @@ class ApplicationProperties(Model): :vartype created_date: str :ivar marketplace_identifier: The marketplace identifier. :vartype marketplace_identifier: str - :param additional_properties: The additional properties for application. - :type additional_properties: str """ _validation = { @@ -67,7 +65,6 @@ class ApplicationProperties(Model): 'errors': {'key': 'errors', 'type': '[Errors]'}, 'created_date': {'key': 'createdDate', 'type': 'str'}, 'marketplace_identifier': {'key': 'marketplaceIdentifier', 'type': 'str'}, - 'additional_properties': {'key': 'additionalProperties', 'type': 'str'}, } def __init__(self, **kwargs): @@ -83,4 +80,3 @@ def __init__(self, **kwargs): self.errors = kwargs.get('errors', None) self.created_date = None self.marketplace_identifier = None - self.additional_properties = kwargs.get('additional_properties', None) diff --git a/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_properties_py3.py b/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_properties_py3.py index 81d958ec3648a..9c3c4e55d5d4a 100644 --- a/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_properties_py3.py +++ b/azure-mgmt-hdinsight/azure/mgmt/hdinsight/models/application_properties_py3.py @@ -44,8 +44,6 @@ class ApplicationProperties(Model): :vartype created_date: str :ivar marketplace_identifier: The marketplace identifier. :vartype marketplace_identifier: str - :param additional_properties: The additional properties for application. - :type additional_properties: str """ _validation = { @@ -67,10 +65,9 @@ class ApplicationProperties(Model): 'errors': {'key': 'errors', 'type': '[Errors]'}, 'created_date': {'key': 'createdDate', 'type': 'str'}, 'marketplace_identifier': {'key': 'marketplaceIdentifier', 'type': 'str'}, - 'additional_properties': {'key': 'additionalProperties', 'type': 'str'}, } - def __init__(self, *, compute_profile=None, install_script_actions=None, uninstall_script_actions=None, https_endpoints=None, ssh_endpoints=None, application_type: str=None, errors=None, additional_properties: str=None, **kwargs) -> None: + def __init__(self, *, compute_profile=None, install_script_actions=None, uninstall_script_actions=None, https_endpoints=None, ssh_endpoints=None, application_type: str=None, errors=None, **kwargs) -> None: super(ApplicationProperties, self).__init__(**kwargs) self.compute_profile = compute_profile self.install_script_actions = install_script_actions @@ -83,4 +80,3 @@ def __init__(self, *, compute_profile=None, install_script_actions=None, uninsta self.errors = errors self.created_date = None self.marketplace_identifier = None - self.additional_properties = additional_properties