Skip to content

Commit

Permalink
feat: modify additional option default value
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Apr 19, 2024
1 parent c0cca32 commit 66e3838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def account_collector_init(params: dict) -> dict:
"properties": {
"exclude_root_management_group": {
"title": "Exclude Tenant Root Group",
"oneOf": [True, False],
"type": "boolean",
"oneOf": [{"type": "boolean", "default": True}],
},
},
}
Expand Down

0 comments on commit 66e3838

Please sign in to comment.