Skip to content

Commit

Permalink
added optional text, and desc (#118) (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Cazes <[email protected]>
Co-authored-by: Ral G <[email protected]>
  • Loading branch information
3 people authored Mar 20, 2024
1 parent 21fd7d2 commit fc16a1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/5-1-fetcher-azure.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -88,7 +88,7 @@
{
"type": "key-value",
"name": "tags",
"label": "Tags",
"label": "Tags (Optional)",
"required": false,
"description": "",
"hint": "",
Expand All @@ -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'",
Expand Down

0 comments on commit fc16a1a

Please sign in to comment.