Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stacklet/client/platform/commands/accountgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class AddAccountGroupSnippet(StackletGraphqlSnippet):
required = {
"name": "Account Name in Stacklet",
"provider": "Cloud Provider",
"region": {"help": "Cloud Regions", "multiple": True},
}

parameter_types = {
Expand All @@ -98,6 +97,7 @@ class AddAccountGroupSnippet(StackletGraphqlSnippet):
"short_name": "Account Group Short Name",
"variables": "Account Group Variables (JSON encoded)",
"priority": "Account Group priority (0-99)",
"region": {"help": "Cloud Regions", "multiple": True},
}


Expand Down