This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 4f9e95c4ca618f0778c2613e7fe249bd6caf543a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 14 16:16:31 2021 +0200 Added Azure Storage Queue Sink Kamelet --- azure-storage-queue-sink.kamelet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-storage-queue-sink.kamelet.yaml b/azure-storage-queue-sink.kamelet.yaml index 81f956d..fd9fcbd 100644 --- a/azure-storage-queue-sink.kamelet.yaml +++ b/azure-storage-queue-sink.kamelet.yaml @@ -18,6 +18,8 @@ spec: - `expiration` / `ce-expiration`: as the time to live of the message in the queue. If the header won't be set the default of 7 days will be used. + + The format should be in this form: PnDTnHnMn.nS., e.g: PT20.345S — parses as 20.345 seconds, P2D — parses as 2 days. required: - accountName - queueName