From fc16a1a4adfa3f974dcfb272ad7202ad8479c20a Mon Sep 17 00:00:00 2001 From: Miri Bar <37478344+mirii1994@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:05:40 +0200 Subject: [PATCH] added optional text, and desc (#118) (#119) Co-authored-by: Adam Cazes Co-authored-by: Ral G <39119258+ralongit@users.noreply.github.com> --- configs/5-1-fetcher-azure.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/5-1-fetcher-azure.json b/configs/5-1-fetcher-azure.json index 70762206f..1f1ba45d6 100644 --- a/configs/5-1-fetcher-azure.json +++ b/configs/5-1-fetcher-azure.json @@ -77,9 +77,9 @@ { "type": "multi-select", "name": "resource.group.ids", - "label": "Resource group names", + "label": "Resource group names (Optional)", "required": false, - "description": "", + "description": "If left empty, Logz.io will pull all the resource groups under the subscription", "hint": "", "value": [], "allowCustom": true, @@ -88,7 +88,7 @@ { "type": "key-value", "name": "tags", - "label": "Tags", + "label": "Tags (Optional)", "required": false, "description": "", "hint": "", @@ -97,7 +97,7 @@ { "type": "multi-select", "name": "resource.types", - "label": "Resource Type", + "label": "Resource Type (Optional)", "description": "Send metrics that include any of these resource types.", "required": false, "hint": "To send all resource types of the project select 'All services'",