Describe the bug
Two bugs:
There is an issue with the Azure Service Bus (ASB) examples. It lists "azure" as the argument but the CLI checks you and asks for "azure-service-bus" or "azure-event-hub".
There is an issue with the CLI validation for ASB queues. It thinks topic is always required.
To Reproduce
Steps to reproduce the behavior:
plumber write azure-service-bus --queue="name" --input="test"
FATA[0000] Unable to handle CLI input: unable to parse CLI options: missing flags: --topic=STRING
Expected behavior
That it sends the message to the queue.
Screenshots
If applicable, add screenshots to help explain your problem.
Describe the bug Two bugs: There is an issue with the Azure Service Bus (ASB) examples. It lists "azure" as the argument but the CLI checks you and asks for "azure-service-bus" or "azure-event-hub".
There is an issue with the CLI validation for ASB queues. It thinks topic is always required.
To Reproduce Steps to reproduce the behavior: plumber write azure-service-bus --queue="name" --input="test" FATA[0000] Unable to handle CLI input: unable to parse CLI options: missing flags: --topic=STRING
Expected behavior That it sends the message to the queue.
Screenshots If applicable, add screenshots to help explain your problem.
CLI (please complete the following information):