Skip to content

Commit

Permalink
Generated from a8dc3164dab1737d09b57c3ada8c1132aaddfd66 (#3794)
Browse files Browse the repository at this point in the history
change container nics property type on container nic config to resourceid
  • Loading branch information
AutorestCI authored Nov 14, 2018
1 parent 7776efa commit 314732c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.ContainerNetworkInterface]
list[~azure.mgmt.network.v2018_08_01.models.SubResource]
: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
Expand All @@ -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': '[ContainerNetworkInterface]'},
'container_network_interfaces': {'key': 'properties.containerNetworkInterfaces', 'type': '[SubResource]'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'name': {'key': 'name', 'type': 'str'},
'type': {'key': 'type', 'type': 'str'},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.ContainerNetworkInterface]
list[~azure.mgmt.network.v2018_08_01.models.SubResource]
: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
Expand All @@ -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': '[ContainerNetworkInterface]'},
'container_network_interfaces': {'key': 'properties.containerNetworkInterfaces', 'type': '[SubResource]'},
'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'},
'name': {'key': 'name', 'type': 'str'},
'type': {'key': 'type', 'type': 'str'},
Expand Down

0 comments on commit 314732c

Please sign in to comment.