Skip to content

Commit

Permalink
Azure Kamelets: Reflect changes coming from CAMEL-18590 - Azure Servi…
Browse files Browse the repository at this point in the history
…cebus Source

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Feb 12, 2024
1 parent 563558d commit 46a5f2c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ spec:
type: string
default: queue
enum: ["queue", "topic"]
credentialType:
title: Credential Type
description: Determines the credential strategy to adopt.
type: string
enum: ["AZURE_IDENTITY", "CONNECTION_STRING", "TOKEN_CREDENTIAL"]
default: "CONNECTION_STRING"
types:
out:
mediaType: application/octet-stream
Expand All @@ -82,6 +88,7 @@ spec:
serviceBusReceiveMode: "{{serviceBusReceiveMode}}"
subscriptionName: "{{?subscriptionName}}"
serviceBusType: "{{serviceBusType}}"
credentialType: "{{credentialType}}"
steps:
- setBody:
simple: "${body.toBytes()}"
Expand Down

0 comments on commit 46a5f2c

Please sign in to comment.