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

acosentino pushed a commit to branch azure-storage-blob-source-pure-consumer
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 01f59659a19f0b659571f610bff98c6266f1ad30
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Oct 12 14:17:30 2022 +0200

    Switch Azure Storage Blob Source from timer producer style to a pure 
consumer
---
 kamelets/azure-storage-blob-source.kamelet.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/kamelets/azure-storage-blob-source.kamelet.yaml 
b/kamelets/azure-storage-blob-source.kamelet.yaml
index d4ed8cd1..14eee2fb 100644
--- a/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -33,17 +33,11 @@ spec:
     description: |-
       Consume files from Azure Storage Blob.
     required:
-      - period
       - accountName
       - containerName
       - accessKey
     type: object
     properties:
-      period:
-        title: Period between Polls
-        description: The interval (in milliseconds) between fetches to the 
Azure Storage Container.
-        type: integer
-        default: 10000
       accountName:
         title: Account Name
         description: The Azure Storage Blob account name.

Reply via email to