Skip to content

Commit fe75c7d

Browse files
committed
make config similar as other event hub tests
1 parent 40f0a2a commit fe75c7d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

sdk/monitor/test-resources.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@
4141
"type": "string",
4242
"defaultValue": "javaeventhub"
4343
},
44-
"eventHubNamespaceHostNameSuffix": {
44+
"serviceBusEndpointSuffix": {
4545
"type": "string",
46-
"defaultValue": "servicebus.windows.net"
46+
"defaultValue": ".servicebus.windows.net",
47+
"metadata": {
48+
"description": "The url suffix to use when creating eventhubs connection strings."
49+
}
4750
},
4851
"location": {
4952
"type": "string",
@@ -334,7 +337,7 @@
334337
},
335338
"AZURE_EVENTHUBS_FULLY_QUALIFIED_DOMAIN_NAME": {
336339
"type": "string",
337-
"value": "[concat(variables('eventHubsNamespaceName'), '.', parameters('eventHubNamespaceHostNameSuffix'))]"
340+
"value": "[concat(variables('eventHubsNamespaceName'), parameters('serviceBusEndpointSuffix'))]"
338341
},
339342
"AZURE_MONITOR_DCE": {
340343
"type": "string",

0 commit comments

Comments
 (0)