Skip to content

Commit

Permalink
Update resource group id field
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmiletsky committed Aug 31, 2023
1 parent c0ff80e commit 39e800e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions testing-configs/fetcher-azure.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,15 @@
"value": ""
},
{
"type": "text",
"name": "resource.group.id",
"label": "Resource group name",
"type": "multi-select",
"name": "resource.group.ids",
"label": "Resource group names",
"required": false,
"description": "",
"hint": "",
"value": ""
"value": [],
"allowCustom": true,
"noOptionsMessage": "Enter resource group name"
},
{
"type": "text",
Expand Down

0 comments on commit 39e800e

Please sign in to comment.