triggermesh / tmctl

TriggerMesh Shaker CLI to create, manage and debug event-driven integration apps.
Apache License 2.0
16 stars 6 forks source link

Azure Activity Logs source does not work #187

Open cparlette opened 1 year ago

cparlette commented 1 year ago

❯ tmctl create source azureactivitylogs --subscriptionID redacted --destination.eventHubs.namespaceID redacted --auth.servicePrincipal.tenantID redacted --auth.servicePrincipal.clientID redacted --auth.servicePrincipal.clientSecret redacted 2022/12/12 15:19:08 foo | Updating manifest Usage: tmctl create source [kind]/[--from-image ][--name ] [flags]

Examples: tmctl create source httppoller \ --endpoint https://www.example.com \ --eventType sample-event \ --interval 30s \ --method GET

Flags: -h, --help help for source

Global Flags: --broker string Optional broker name. --version string TriggerMesh components version.

2022/12/12 15:19:08 source initialization: this component is not suitable for local env yet

jmcx commented 1 year ago

@tzununbekov is this one a know limitation? meaning we should clarify it in the user documentation ? If so I can make the doc update until we fix.

tzununbekov commented 1 year ago

@jmcx yes, this is one of 4 components that were not adapted for local env. This can be fixed for our next release, depending on its date.

jmcx commented 1 year ago

Effort to support this in tmctl is high. We need additional user input before we can prioritize it.