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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


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

commit ea04b7a01e503c1586652bcdacac162fde96162b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Apr 14 07:40:44 2025 +0200

    Regen
---
 .../camel/springboot/catalog/components/azure-storage-blob.json       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index 52584f43a53..5636f3fd661 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
@@ -29,7 +29,7 @@
     "blobType": { "index": 2, "kind": "property", "displayName": "Blob Type", 
"group": "common", "label": "common", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.azure.storage.blob.BlobType", "enum": [ 
"blockblob", "appendblob", "pageblob" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "blockblob", "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "de [...]
     "closeStreamAfterRead": { "index": 3, "kind": "property", "displayName": 
"Close Stream After Read", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Close the stream after 
read or keep it open, default is true" },
     "configuration": { "index": 4, "kind": "property", "displayName": 
"Configuration", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
component configurations" },
-    "credentials": { "index": 5, "kind": "property", "displayName": 
"Credentials", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "com.azure.storage.common.StorageSharedKeyCredential", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": 
"StorageSharedKeyCredential can be injected to create the azure client,  [...]
+    "credentials": { "index": 5, "kind": "property", "displayName": 
"Credentials", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "com.azure.storage.common.StorageSharedKeyCredential", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": 
"StorageSharedKeyCredential can be injected to cre [...]
     "credentialType": { "index": 6, "kind": "property", "displayName": 
"Credential Type", "group": "common", "label": "common", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.azure.storage.blob.CredentialType", "enum": [ 
"SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY", "AZURE_SAS" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"AZURE_IDENTITY", "configurationClass": 
"org.apache.camel.component.azure.storage.blob. [...]
     "dataCount": { "index": 7, "kind": "property", "displayName": "Data 
Count", "group": "common", "label": "common", "required": false, "type": 
"integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "How many bytes to 
include in the range. Must be greater than or equal to 0 if specified." },
     "fileDir": { "index": 8, "kind": "property", "displayName": "File Dir", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The file directory where 
the downloaded blobs will be saved to, this can be used in both, producer and 
cons [...]
@@ -137,7 +137,7 @@
     "blobServiceClient": { "index": 4, "kind": "parameter", "displayName": 
"Blob Service Client", "group": "common", "label": "", "required": false, 
"type": "object", "javaType": "com.azure.storage.blob.BlobServiceClient", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Client to a storage account. This client does not hold any state about a 
particular storage account but is instead a convenient way of sending off 
appropriate requests to the resource on the serv [...]
     "blobType": { "index": 5, "kind": "parameter", "displayName": "Blob Type", 
"group": "common", "label": "common", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.azure.storage.blob.BlobType", "enum": [ 
"blockblob", "appendblob", "pageblob" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "blockblob", "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "d [...]
     "closeStreamAfterRead": { "index": 6, "kind": "parameter", "displayName": 
"Close Stream After Read", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Close the stream after 
read or keep it open, default is true" },
-    "credentials": { "index": 7, "kind": "parameter", "displayName": 
"Credentials", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "com.azure.storage.common.StorageSharedKeyCredential", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": 
"StorageSharedKeyCredential can be injected to create the azure client, [...]
+    "credentials": { "index": 7, "kind": "parameter", "displayName": 
"Credentials", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "com.azure.storage.common.StorageSharedKeyCredential", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": 
"StorageSharedKeyCredential can be injected to cr [...]
     "credentialType": { "index": 8, "kind": "parameter", "displayName": 
"Credential Type", "group": "common", "label": "common", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.azure.storage.blob.CredentialType", "enum": [ 
"SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY", "AZURE_SAS" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"AZURE_IDENTITY", "configurationClass": 
"org.apache.camel.component.azure.storage.blob [...]
     "dataCount": { "index": 9, "kind": "parameter", "displayName": "Data 
Count", "group": "common", "label": "common", "required": false, "type": 
"integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "How many bytes to 
include in the range. Must be greater than or equal to 0 if specified." },
     "fileDir": { "index": 10, "kind": "parameter", "displayName": "File Dir", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The file directory where 
the downloaded blobs will be saved to, this can be used in both, producer and 
co [...]

Reply via email to