Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Generated from a18fe30f1349bb8e07d0ec1f3bf977b0e70d48a0
Revert "Model ContainerNic refs under ContainerNicConfig as sub resources" (#4467)

* Revert "Application Gateway - Adds Rewrite rule set for Header CRUD (#4331)"

This reverts commit 633d12d5b552b102f874182b8f50266eb97fdc85.

* Revert "Port fix from PR 4459 to 2018-10-01 (#4463)"

This reverts commit 5ea0c7b8bcf16d992bb1f2b5f3b52208354a4391.

* Revert "change container nics property type on container nic config to resourceid (#4459)"

This reverts commit baf31d901254dd4bf4f1813e9faeec1c9805f775.
  • Loading branch information
AutorestCI committed Nov 14, 2018
commit 8d2aef649652ac3796d6414f0ded2c8e864b85a0
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.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
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': '[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'},
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.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
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': '[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'},
Expand Down