From 15a8a7b0da2e7b91e2a191d15649ce9836ac9af1 Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Tue, 8 Aug 2023 11:35:56 -0700 Subject: [PATCH] Updated test-resources to add eventhubs host name (#4854) --- sdk/eventhubs/azure-messaging-eventhubs/test-resources.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/eventhubs/azure-messaging-eventhubs/test-resources.json b/sdk/eventhubs/azure-messaging-eventhubs/test-resources.json index 4dff2c166..f5142ec47 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/test-resources.json +++ b/sdk/eventhubs/azure-messaging-eventhubs/test-resources.json @@ -136,6 +136,10 @@ "type": "string", "value": "[variables('eventHubName')]" }, + "EVENTHUBS_HOST": { + "type": "string", + "value": "[concat(parameters('baseName'), '.servicebus.windows.net')]" + }, "EVENTHUB_CONNECTION_STRING": { "type": "string", "value": "[listKeys(resourceId('Microsoft.EventHub/namespaces/authorizationRules', variables('namespaceName'), 'RootManageSharedAccessKey'), variables('apiVersion')).primaryConnectionString]"