Open cparlette opened 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.
@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.
Effort to support this in tmctl is high. We need additional user input before we can prioritize it.
❯ 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