From 5f5178c8d407660321b5beea4a662f659dd82327 Mon Sep 17 00:00:00 2001 From: Doug Van Horn Date: Tue, 26 Apr 2016 08:26:52 -0500 Subject: [PATCH] Added required attributes documentation. Added a note about the the required attributes on the includes and excludes objects. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b05b3c..c6ae1a4 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ Below is an example of the `plugin.json` file's contents, you can add multiple o ], "excludes" : [ { - "name": "nameOfDatabaseToExclude" + "name": "nameOfDatabaseToExclude", + "displayName": "Name of Database to Exclude" } ] }, @@ -108,6 +109,9 @@ Below is an example of the `plugin.json` file's contents, you can add multiple o **note** - Get your SQL Azure connection string from the [Azure Portal](https://manage.windowsazure.com/#Workspaces/SqlAzureExtension/Databases). +**note** - The objects in the `includes` and `excludes` lists have two required attributes: `name` and `displayName`. + + #### Configuring the `newrelic.json` file: The `newrelic.json` file also has a provided template in the `config` directory named `newrelic.template.json`. If you are installing manually, make a copy of this template file and rename it to `newrelic.json` (again, the New Relic Platform Installer will automatically handle this for you).