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]"