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 e181e511fdc0b640e46d07d25a93b28662b760b8 Author: Andrea Cosentino <anco...@gmail.com> 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 d4ed8cd1..14eee2fb 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.