Skip to content

Commit

Permalink
fix: use template
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfaircloth committed Sep 5, 2023
1 parent f83f9ba commit bb44e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions microsoft_azure_eventhub_source/conf/source.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ block parser p_segway-microsoft-azure-azuread() {
regexp-parser(
patterns('providers?\/(?<vendor>[^\/]+)\.(?<product>[^\/]+)')
prefix(".tmp.")
template('${.Vendor.resourceId}')
);
};
rewrite{
Expand Down

0 comments on commit bb44e88

Please sign in to comment.