Skip to content

Commit 314732c

Browse files
authored
Generated from a8dc3164dab1737d09b57c3ada8c1132aaddfd66 (#3794)
change container nics property type on container nic config to resourceid
1 parent 7776efa commit 314732c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource):
2727
:param container_network_interfaces: A list of container network
2828
interfaces created from this container network interface configuration.
2929
:type container_network_interfaces:
30-
list[~azure.mgmt.network.v2018_08_01.models.ContainerNetworkInterface]
30+
list[~azure.mgmt.network.v2018_08_01.models.SubResource]
3131
:ivar provisioning_state: The provisioning state of the resource.
3232
:vartype provisioning_state: str
3333
:param name: The name of the resource. This name can be used to access the
@@ -48,7 +48,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource):
4848
_attribute_map = {
4949
'id': {'key': 'id', 'type': 'str'},
5050
'ip_configurations': {'key': 'properties.ipConfigurations', 'type': '[IPConfigurationProfile]'},
51-
'container_network_interfaces': {'key': 'properties.containerNetworkInterfaces', 'type': '[ContainerNetworkInterface]'},
51+
'container_network_interfaces': {'key': 'properties.containerNetworkInterfaces', 'type': '[SubResource]'},
5252
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
5353
'name': {'key': 'name', 'type': 'str'},
5454
'type': {'key': 'type', 'type': 'str'},

azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/container_network_interface_configuration_py3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource):
2727
:param container_network_interfaces: A list of container network
2828
interfaces created from this container network interface configuration.
2929
:type container_network_interfaces:
30-
list[~azure.mgmt.network.v2018_08_01.models.ContainerNetworkInterface]
30+
list[~azure.mgmt.network.v2018_08_01.models.SubResource]
3131
:ivar provisioning_state: The provisioning state of the resource.
3232
:vartype provisioning_state: str
3333
:param name: The name of the resource. This name can be used to access the
@@ -48,7 +48,7 @@ class ContainerNetworkInterfaceConfiguration(SubResource):
4848
_attribute_map = {
4949
'id': {'key': 'id', 'type': 'str'},
5050
'ip_configurations': {'key': 'properties.ipConfigurations', 'type': '[IPConfigurationProfile]'},
51-
'container_network_interfaces': {'key': 'properties.containerNetworkInterfaces', 'type': '[ContainerNetworkInterface]'},
51+
'container_network_interfaces': {'key': 'properties.containerNetworkInterfaces', 'type': '[SubResource]'},
5252
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
5353
'name': {'key': 'name', 'type': 'str'},
5454
'type': {'key': 'type', 'type': 'str'},

0 commit comments

Comments
 (0)