We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f0a2a commit fe75c7dCopy full SHA for fe75c7d
sdk/monitor/test-resources.json
@@ -41,9 +41,12 @@
41
"type": "string",
42
"defaultValue": "javaeventhub"
43
},
44
- "eventHubNamespaceHostNameSuffix": {
+ "serviceBusEndpointSuffix": {
45
46
- "defaultValue": "servicebus.windows.net"
+ "defaultValue": ".servicebus.windows.net",
47
+ "metadata": {
48
+ "description": "The url suffix to use when creating eventhubs connection strings."
49
+ }
50
51
"location": {
52
@@ -334,7 +337,7 @@
334
337
335
338
"AZURE_EVENTHUBS_FULLY_QUALIFIED_DOMAIN_NAME": {
336
339
- "value": "[concat(variables('eventHubsNamespaceName'), '.', parameters('eventHubNamespaceHostNameSuffix'))]"
340
+ "value": "[concat(variables('eventHubsNamespaceName'), parameters('serviceBusEndpointSuffix'))]"
341
342
"AZURE_MONITOR_DCE": {
343
0 commit comments