You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/10 10:46:51 UTC

[camel-kamelets] branch 0.9.x-azure-functions-http-methods-enum created (now cfc49d40)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch 0.9.x-azure-functions-http-methods-enum
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at cfc49d40 Azure Functions Sink Kamelets: Added enum for HTTP Methods

This branch includes the following new commits:

     new 28bd6ca0 Azure Functions Sink Kamelets: Added enum for HTTP Methods
     new cfc49d40 Azure Functions Sink Kamelets: Added enum for HTTP Methods

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kamelets] 01/02: Azure Functions Sink Kamelets: Added enum for HTTP Methods

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 0.9.x-azure-functions-http-methods-enum
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 28bd6ca085e49048e1c8b12b5eb1a335b3ce3c75
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 10 11:41:27 2023 +0100

    Azure Functions Sink Kamelets: Added enum for HTTP Methods
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/azure-functions-sink.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kamelets/azure-functions-sink.kamelet.yaml b/kamelets/azure-functions-sink.kamelet.yaml
index a8bd24b1..e88eef30 100644
--- a/kamelets/azure-functions-sink.kamelet.yaml
+++ b/kamelets/azure-functions-sink.kamelet.yaml
@@ -45,6 +45,7 @@ spec:
         description: The HTTP method to use.
         type: string
         default: POST
+        enum: ["GET", "POST", "PUT", "DELETE", "HEAD", "OPTIONS", "TRACE", "PATCH"]
       key:
         title: Key
         description: A function-specific API key is required, if the authLevel of the function is FUNCTION or master key if the authLevel is ADMIN.


[camel-kamelets] 02/02: Azure Functions Sink Kamelets: Added enum for HTTP Methods

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 0.9.x-azure-functions-http-methods-enum
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit cfc49d402bb17cf35ba20e3c24997654f78e23ab
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 10 11:42:59 2023 +0100

    Azure Functions Sink Kamelets: Added enum for HTTP Methods
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/azure-functions-sink.kamelet.yaml        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-functions-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-functions-sink.kamelet.yaml
index a8bd24b1..e88eef30 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-functions-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-functions-sink.kamelet.yaml
@@ -45,6 +45,7 @@ spec:
         description: The HTTP method to use.
         type: string
         default: POST
+        enum: ["GET", "POST", "PUT", "DELETE", "HEAD", "OPTIONS", "TRACE", "PATCH"]
       key:
         title: Key
         description: A function-specific API key is required, if the authLevel of the function is FUNCTION or master key if the authLevel is ADMIN.