Skip to content

Commit

Permalink
moving dapr bindings and triggers to FunctionApp and getting rid of D…
Browse files Browse the repository at this point in the history
…aprFunctionApp

Signed-off-by: MD Ashique <[email protected]>
  • Loading branch information
ASHIQUEMD committed Sep 29, 2023
1 parent 14fbd24 commit 50c77f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure/functions/decorators/dapr.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ def __init__(self,
self.binding_name = binding_name
self.operation = operation
self.dapr_address = dapr_address
super().__init__(name=name, data_type=data_type)
super().__init__(name=name, data_type=data_type)
3 changes: 1 addition & 2 deletions azure/functions/decorators/function_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1321,8 +1321,6 @@ def decorator():

return wrap



class BindingApi(DecoratorApi, ABC):
"""Interface to extend for using existing binding decorator functions."""

Expand Down Expand Up @@ -2596,6 +2594,7 @@ def decorator():

return wrap


class SettingsApi(DecoratorApi, ABC):
"""Interface to extend for using existing settings decorator in
functions."""
Expand Down

0 comments on commit 50c77f1

Please sign in to comment.