Skip to content

Commit

Permalink
Change tags param to key-value type in Azure Fetcher config (#116)
Browse files Browse the repository at this point in the history
Change param type to Key-Value
values are returned as
```
[
  { key: 'myKey', value: 'myVal }
]
  • Loading branch information
ojamui authored Aug 9, 2023
2 parents cb29764 + 64ef475 commit 9f9d941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/5-1-fetcher-azure.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@
"noOptionsMessage": "Enter resource group name"
},
{
"type": "text",
"type": "key-value",
"name": "tags",
"label": "Tags",
"required": false,
"description": "",
"hint": "",
"value": ""
"value": []
},
{
"type": "multi-select",
Expand Down

0 comments on commit 9f9d941

Please sign in to comment.