Do not hardcode specific testTopicName

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
ItalyPaleAle 2022-07-01 18:51:08 +00:00
parent 4bf6cc4ca6
commit 15f99b0b61
2 changed files with 4 additions and 4 deletions

View File

@ -16,11 +16,11 @@ param rgLocation string = resourceGroup().location
param confTestTags object = {}
var eventHubsNamespacePolicy = '${eventHubsNamespaceName}-namespace-policy'
var eventHubBindingsName = '${eventHubsNamespaceName}-bindings-topic'
var eventHubBindingsName = 'eventhubs-bindings-topic'
var eventHubBindingsPolicyName = '${eventHubBindingsName}-policy'
var eventHubBindingsConsumerGroupName = '${eventHubBindingsName}-cg'
var eventHubPubsubName = '${eventHubsNamespaceName}-pubsub-topic'
var eventHubPubsubName = 'eventhubs-pubsub-topic'
var eventHubPubsubPolicyName = '${eventHubPubsubName}-policy'
var eventHubPubsubConsumerGroupName = '${eventHubPubsubName}-cg'

View File

@ -13,7 +13,7 @@ components:
allOperations: true
config:
pubsubName: azure-eventhubs
testTopicName: dapr3-conf-test-eventhubs-pubsub-topic
testTopicName: eventhubs-pubsub-topic
testMultiTopic1Name: certification-pubsub-multi-topic1
testMultiTopic2Name: certification-pubsub-multi-topic2
## with partition key set, inorder processing is guaranteed.