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

acosentino pushed a commit to branch fix-1120-0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 1b28acaae72fe40f547584f9c3f3cd6b023ec860
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Oct 12 14:19:10 2022 +0200

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

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
index fabbfb9a..a8cb5d09 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/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