-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove requirement of options field in argument_specs.yaml (#4291)
Co-authored-by: Sorin Sbarnea <[email protected]>
- Loading branch information
1 parent
4e3058f
commit cd3dbd0
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -219,7 +219,6 @@ | |
"type": "string" | ||
} | ||
}, | ||
"required": ["options"], | ||
"title": "Entry Point", | ||
"type": "object" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
argument_specs: | ||
main: | ||
short_description: A role with only documentation and no options should be valid |