Skip to content

Commit

Permalink
fix: Fixed a typo in PE schema, improving the "search/replace" friend…
Browse files Browse the repository at this point in the history
…liness (#827)
  • Loading branch information
krbar authored Apr 7, 2024
1 parent fd189a4 commit 159bf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/includes/interfaces/int.pe.udt.schema2.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module >singularMainResourceType<_privateEndpoints 'br/public:avm/res/network/pr
scope: resourceGroup(privateEndpoint.?resourceGroupName ?? '')
params: {
// Variant 2: A default service cannot be assumed (i.e., for services that have more than one private endpoint type, like Storage Account)
name: privateEndpoint.?name ?? 'pep-${last(split(>singularMainResourceType>.id, '/'))}-${privateEndpoint.service}-${index}'
name: privateEndpoint.?name ?? 'pep-${last(split(>singularMainResourceType<.id, '/'))}-${privateEndpoint.service}-${index}'
privateLinkServiceConnections: privateEndpoint.?isManualConnection != true ? [
{
name: privateEndpoint.?privateLinkServiceConnectionName ?? '${last(split(>singularMainResourceType<.id, '/'))}-${privateEndpoint.service}-${index}'
Expand Down

0 comments on commit 159bf2d

Please sign in to comment.