Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Make queueName and topicName as not required in ServiceBus outbinding… #552

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

james-damstra
Copy link

…. Otherwise generated functions.json will include topicName and queueName with default value.

What did you implement:

Closes #352

How did you implement it:

The service bus binding need either queueName or topicName

How can we verify it:

I link it to my project which use service bus out binding with topic and did a sls deploy. Verify the function.json only contain topicName instead of both topicName and queueName attribute.

Todos:

Need the ability to require either attribute. Basically we need the ability to specify topicName or queueName is required.

Is this ready for review?: YES
Is it a breaking change?: NO

…. Otherwise generated functions.json will include topicName and queueName with default value.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect Service Bus Out binding
1 participant