From c687f5dc520f5407ce8dfe1269e41edc601eafc0 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 14 Nov 2018 21:32:21 +0000 Subject: [PATCH] Generated from a34ad413b26c915dad887c853358c77b1c76ee5a Revert "change container nics property type on container nic config to resourceid (#4459)" This reverts commit baf31d901254dd4bf4f1813e9faeec1c9805f775. --- .../models/container_network_interface_configuration.py | 4 ++-- .../models/container_network_interface_configuration_py3.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration.py index df95453d52cd..3ec4f4935837 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration.py @@ -27,7 +27,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource): :param container_network_interfaces: A list of container network interfaces created from this container network interface configuration. :type container_network_interfaces: - list[~azure.mgmt.network.v2018_08_01.models.SubResource] + list[~azure.mgmt.network.v2018_08_01.models.ContainerNetworkInterface] :ivar provisioning_state: The provisioning state of the resource. :vartype provisioning_state: str :param name: The name of the resource. This name can be used to access the @@ -48,7 +48,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource): _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, 'ip_configurations': {'key': 'properties.ipConfigurations', 'type': '[IPConfigurationProfile]'}, - 'container_network_interfaces': {'key': 'properties.containerNetworkInterfaces', 'type': '[SubResource]'}, + 'container_network_interfaces': {'key': 'properties.containerNetworkInterfaces', 'type': '[ContainerNetworkInterface]'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'}, diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration_py3.py index d3fbf470ef8b..9f18bda7fc78 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration_py3.py @@ -27,7 +27,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource): :param container_network_interfaces: A list of container network interfaces created from this container network interface configuration. :type container_network_interfaces: - list[~azure.mgmt.network.v2018_08_01.models.SubResource] + list[~azure.mgmt.network.v2018_08_01.models.ContainerNetworkInterface] :ivar provisioning_state: The provisioning state of the resource. :vartype provisioning_state: str :param name: The name of the resource. This name can be used to access the @@ -48,7 +48,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource): _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, 'ip_configurations': {'key': 'properties.ipConfigurations', 'type': '[IPConfigurationProfile]'}, - 'container_network_interfaces': {'key': 'properties.containerNetworkInterfaces', 'type': '[SubResource]'}, + 'container_network_interfaces': {'key': 'properties.containerNetworkInterfaces', 'type': '[ContainerNetworkInterface]'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'name': {'key': 'name', 'type': 'str'}, 'type': {'key': 'type', 'type': 'str'},