From 4b58f03e6366a553d7860c96fb1e71cdc2373a44 Mon Sep 17 00:00:00 2001 From: William Ehrich Date: Sun, 21 Jul 2024 23:03:27 -0700 Subject: [PATCH] Add DestinationIPAddress to Private Link Service (#29833) * Add new properties * Prettier * Description must not match the name of the node it is supposed to describe. Node name:'destinationIPAddress' Description:'DestinationIPAddress Location: Microsoft.Network/stable/2024-03-01/privateLinkService.json#L813 * Update description of destination IP address * privateEndpointVNetPolicies should not be read-only * Revert change to virtual network * Fix --------- Co-authored-by: Will Ehrich --- .../stable/2024-03-01/privateLinkService.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2024-03-01/privateLinkService.json b/specification/network/resource-manager/Microsoft.Network/stable/2024-03-01/privateLinkService.json index 005c5aa0ca90..7bf26eae5002 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2024-03-01/privateLinkService.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2024-03-01/privateLinkService.json @@ -807,6 +807,11 @@ }, "description": "An array of private link service IP configurations." }, + "destinationIPAddress": { + "readOnly": false, + "type": "string", + "description": "The destination IP address of the private link service." + }, "networkInterfaces": { "type": "array", "readOnly": true, @@ -1089,4 +1094,3 @@ } } } -