-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add the selection for HttpTrigger's authLevel property #70
Conversation
@@ -274,18 +276,38 @@ protected void preparePackageName() throws MojoFailureException { | |||
for (final String property : template.getMetadata().getUserPrompt()) { | |||
info(format("Trigger specific parameter [%s]", property)); | |||
|
|||
final List<String> options = OptionTypedProperty.get(property) == null ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about just one method call like getOptionsforProperty?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point
Codecov Report
@@ Coverage Diff @@
## master #70 +/- ##
==========================================
- Coverage 78.71% 66.1% -12.61%
==========================================
Files 44 44
Lines 1334 1366 +32
Branches 137 144 +7
==========================================
- Hits 1050 903 -147
- Misses 227 411 +184
+ Partials 57 52 -5
Continue to review full report at Codecov.
|
issue: #67