Skip to content

Commit

Permalink
fix: make --region optional when adding an account group (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato authored Sep 18, 2024
1 parent 4852371 commit 5f1f019
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5f1f019

Please sign in to comment.