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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e51772  Regen
5e51772 is described below

commit 5e51772d738c29adad64b2cc1b9437b697f0b4b7
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue May 21 16:56:20 2019 +0200

    Regen
---
 .../modules/ROOT/pages/azure-blob-component.adoc   | 16 ++-----------
 .../modules/ROOT/pages/azure-queue-component.adoc  | 26 ----------------------
 2 files changed, 2 insertions(+), 40 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/azure-blob-component.adoc 
b/docs/components/modules/ROOT/pages/azure-blob-component.adoc
index c1aad7e..d73b6b8 100644
--- a/docs/components/modules/ROOT/pages/azure-blob-component.adoc
+++ b/docs/components/modules/ROOT/pages/azure-blob-component.adoc
@@ -158,14 +158,6 @@ You have to provide the containerOrBlob name and the 
credentials if the private
 
 ### Usage
 
-#### Message headers evaluated by the Azure Storage Blob Service producer
-
-[width="100%",cols="10%,10%,80%",options="header",]
-|=======================================================================
-|Header |Type |Description
-| | |
-|=======================================================================
-
 #### Message headers set by the Azure Storage Blob Service producer
 
 [width="100%",cols="10%,10%,80%",options="header",]
@@ -179,9 +171,7 @@ You have to provide the containerOrBlob name and the 
credentials if the private
 [width="100%",cols="10%,10%,80%",options="header",]
 |=======================================================================
 |Header |Type |Description
-
 |`CamelFileName` |`String` |The file name for the downloaded blob content.
-
 |=======================================================================
 
 
@@ -249,10 +239,8 @@ create your own instance:
 
 [source,java]
 
--------------------------------------------------------------------------------------
-StorageCredentials credentials = new 
StorageCredentialsAccountAndKey("camelazure", "thekey");
-
-CloudBlob client = new CloudBlob("camelazure", credentials);
-
+StorageCredentials credentials = new 
StorageCredentialsAccountAndKey("camelazure", 
Base64.encode("thekey".getBytes()));
+CloudBlob client = new CloudBlockBlob("camelazure", credentials);
 registry.bind("azureBlobClient", client);
 
--------------------------------------------------------------------------------------
 
diff --git a/docs/components/modules/ROOT/pages/azure-queue-component.adoc 
b/docs/components/modules/ROOT/pages/azure-queue-component.adoc
index a622c0f..3a28b95 100644
--- a/docs/components/modules/ROOT/pages/azure-queue-component.adoc
+++ b/docs/components/modules/ROOT/pages/azure-queue-component.adoc
@@ -139,32 +139,6 @@ You have to provide the containerAndQueue URI  and the 
credentials.
 
 ### Usage
 
-#### Message headers evaluated by the Azure Storage Queue Service producer
-
-[width="100%",cols="10%,10%,80%",options="header",]
-|=======================================================================
-|Header |Type |Description
-| | |
-|=======================================================================
-
-#### Message headers set by the Azure Storage Queue Service producer
-
-[width="100%",cols="10%,10%,80%",options="header",]
-|=======================================================================
-|Header |Type |Description
-| | |
-|=======================================================================
-
-#### Message headers set by the Azure Storage Queue Service producer consumer
-
-[width="100%",cols="10%,10%,80%",options="header",]
-|=======================================================================
-|Header |Type |Description
-| | |
-|=======================================================================
-
-
-
 #### Azure Queue Service operations
 
 [width="100%",cols="20%,80%",options="header",]

Reply via email to