Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Oct 26, 2024
1 parent c969e9a commit 300fb34
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion avm/res/network/private-endpoint/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "602726199400096960"
},
"name": "Private Endpoints",
"description": "This module deploys a Private Endpoint.",
Expand Down Expand Up @@ -105,6 +106,7 @@
},
"requestMessage": {
"type": "string",
"nullable": true,
"metadata": {
"description": "Optional. A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars."
}
Expand Down Expand Up @@ -136,6 +138,16 @@
"items": {
"type": "string"
},
"metadata": {
"description": "Required. The ID of a group obtained from the remote resource that this private endpoint should connect to. If used with private link service connection, this property must be defined as empty string array `[]`."
}
},
"privateLinkServiceId": {
"type": "string",
"metadata": {
"description": "Required. The resource id of private link service."
}
},
"requestMessage": {
"type": "string",
"nullable": true,
Expand All @@ -158,8 +170,9 @@
"properties": {
"fqdn": {
"type": "string",
"nullable": true,
"metadata": {
"description": "Required. Fqdn that resolves to private endpoint IP address."
"description": "Optional. FQDN that resolves to private endpoint IP address."
}
},
"ipAddresses": {
Expand All @@ -176,6 +189,26 @@
"__bicep_export!": true
}
},
"lockType": {
"type": "object",
"properties": {
"name": {
"type": "string",
"nullable": true,
"metadata": {
"description": "Optional. Specify the name of lock."
}
},
"kind": {
"type": "string",
"allowedValues": [
"CanNotDelete",
"None",
"ReadOnly"
],
"nullable": true,
"metadata": {
"description": "Optional. Specify the type of lock."
}
}
},
Expand Down

0 comments on commit 300fb34

Please sign in to comment.