diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/models/_models.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/models/_models.py index d9fc138aeca2..055350bf45a5 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/models/_models.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/models/_models.py @@ -10111,8 +10111,8 @@ class HopLink(msrest.serialization.Model): :vartype link_type: str :ivar issues: List of issues. :vartype issues: list[~azure.mgmt.network.v2020_06_01.models.ConnectivityIssue] - :ivar context: Provides additional context on the issue. - :vartype context: list[dict[str, str]] + :ivar context: Provides additional context on links. + :vartype context: dict[str, str] :ivar resource_id: Resource ID. :vartype resource_id: str :ivar round_trip_time_min: Minimum roundtrip time in milliseconds. @@ -10138,7 +10138,7 @@ class HopLink(msrest.serialization.Model): 'next_hop_id': {'key': 'nextHopId', 'type': 'str'}, 'link_type': {'key': 'linkType', 'type': 'str'}, 'issues': {'key': 'issues', 'type': '[ConnectivityIssue]'}, - 'context': {'key': 'context', 'type': '[{str}]'}, + 'context': {'key': 'context', 'type': '{str}'}, 'resource_id': {'key': 'resourceId', 'type': 'str'}, 'round_trip_time_min': {'key': 'properties.roundTripTimeMin', 'type': 'int'}, 'round_trip_time_avg': {'key': 'properties.roundTripTimeAvg', 'type': 'int'}, diff --git a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/models/_models_py3.py b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/models/_models_py3.py index 37cc007db6f7..f1c6a38f0942 100644 --- a/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/models/_models_py3.py +++ b/sdk/network/azure-mgmt-network/azure/mgmt/network/v2020_06_01/models/_models_py3.py @@ -11253,8 +11253,8 @@ class HopLink(msrest.serialization.Model): :vartype link_type: str :ivar issues: List of issues. :vartype issues: list[~azure.mgmt.network.v2020_06_01.models.ConnectivityIssue] - :ivar context: Provides additional context on the issue. - :vartype context: list[dict[str, str]] + :ivar context: Provides additional context on links. + :vartype context: dict[str, str] :ivar resource_id: Resource ID. :vartype resource_id: str :ivar round_trip_time_min: Minimum roundtrip time in milliseconds. @@ -11280,7 +11280,7 @@ class HopLink(msrest.serialization.Model): 'next_hop_id': {'key': 'nextHopId', 'type': 'str'}, 'link_type': {'key': 'linkType', 'type': 'str'}, 'issues': {'key': 'issues', 'type': '[ConnectivityIssue]'}, - 'context': {'key': 'context', 'type': '[{str}]'}, + 'context': {'key': 'context', 'type': '{str}'}, 'resource_id': {'key': 'resourceId', 'type': 'str'}, 'round_trip_time_min': {'key': 'properties.roundTripTimeMin', 'type': 'int'}, 'round_trip_time_avg': {'key': 'properties.roundTripTimeAvg', 'type': 'int'},