Skip to content

Commit

Permalink
chore: updates versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsubirat committed Sep 4, 2024
1 parent 2bbc01b commit 67b3c1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion armTemplates/azuredeploy-blobforwarder.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"contentVersion": "1.1.0.0",
"parameters": {
"newRelicLicenseKey": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions armTemplates/azuredeploy-eventhubforwarder.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"contentVersion": "1.1.0.0",
"parameters": {
"newRelicLicenseKey": {
"type": "string",
Expand All @@ -12,7 +12,7 @@
"type": "string",
"defaultValue": "",
"metadata": {
"description": "Event Hub Namespace where all logs to be forwarded to New Relic are being sent to. Leave this blank for a new namespace to be created automatically (its name will start with 'nrlogs-')."
"description": "Event Hub Namespace https://docs.newrelic.com/docs/logs/forward-logs/azure-log-forwarding/where all logs to be forwarded to New Relic are being sent to. Leave this blank for a new namespace to be created automatically (its name will start with 'nrlogs-')."
}
},
"eventHubName": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic-azure-functions",
"version": "2.5.0",
"version": "2.6.0",
"description": "This repository contains functions to collect and forward logs from Microsoft Azure Blob Storage and Event Hubs.",
"scripts": {
"lint": "eslint ./**/*.js",
Expand Down

0 comments on commit 67b3c1d

Please sign in to comment.