Skip to content

Commit 54dcebf

Browse files
Remove invalid subscriptionName property for service bus topic output
1 parent 3c4e141 commit 54dcebf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/com/microsoft/azure/functions/annotation/ServiceBusTopicOutput.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@
5656
*/
5757
String topicName();
5858

59-
/**
60-
* Defines the subscription name of the Service Bus topic to which to write.
61-
*
62-
* @return The Service Bus topic subscription name string.
63-
*/
64-
String subscriptionName();
65-
6659
/**
6760
* Defines the app setting name that contains the Service Bus connection string.
6861
*

0 commit comments

Comments
 (0)