Azure / azure-functions-dapr-extension

Extension for interacting with Dapr APIs from an Azure Function
MIT License
100 stars 34 forks source link

Using FunctionApp instead of DaprFunctionApp according to changes in Python V2 library #158

Closed ASHIQUEMD closed 1 year ago

ASHIQUEMD commented 1 year ago

This PR includes below changes:

  1. Updating the python V2 samples to use FunctionApp class instead of DaprFunctionApp.
  2. Removing DaprBlueprint and using BluePrint class instead.
  3. Adding the InvokeOutputBinding sample details in readme.
codecov[bot] commented 1 year ago

Codecov Report

Merging #158 (b0c16e5) into master (35d6f1a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #158   +/-   ##
=======================================
  Coverage   72.71%   72.71%           
=======================================
  Files          53       53           
  Lines        1052     1052           
=======================================
  Hits          765      765           
  Misses        287      287