This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit fc278c93ab583c67a4e3511b2ce55d0cabcfee70 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.