Skip to content

Commit

Permalink
Add DestinationIPAddress to Private Link Service (Azure#29833)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
2 people authored and dantu committed Aug 26, 2024
1 parent 0290539 commit 4b58f03
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -1089,4 +1094,3 @@
}
}
}

0 comments on commit 4b58f03

Please sign in to comment.