diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkInterface.json index b14d520485bb..5552741a7102 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/networkInterface.json @@ -897,10 +897,38 @@ "provisioningState": { "$ref": "./network.json#/definitions/ProvisioningState", "description": "The provisioning state of the network interface IP configuration." + }, + "privateLinkConnectionProperties": { + "$ref": "#/definitions/NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties", + "description": "PrivateLinkConnection properties for the network interface.", + "readOnly": true } }, "description": "Properties of IP configuration." }, + "NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties": { + "properties": { + "groupId": { + "type": "string", + "readOnly": true, + "description": "The group ID for current private link connection." + }, + "requiredMemberName": { + "type": "string", + "readOnly": true, + "description": "The required member name for current private link connection." + }, + "fqdns": { + "type": "array", + "items": { + "type": "string" + }, + "readOnly": true, + "description": "List of FQDNs for current private link connection." + } + }, + "description": "PrivateLinkConnection properties for the network interface." + }, "NetworkInterfaceIPConfiguration": { "properties": { "properties": {