Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
v-xuto committed Nov 9, 2021
1 parent 428d689 commit f0b9df1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/eventhub/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
},
"EVENT_HUB_HOSTNAME": {
"type": "string",
"value": "[concat(variables('eventHubsNamespace'), '.servicebus.usgovcloudapi.net')]"
"value": "[concat(variables('eventHubsNamespace'), parameters('serviceBusEndpointSuffix'))]"
},
"EVENT_HUB_CONN_STR": {
"type": "string",
Expand Down
8 changes: 8 additions & 0 deletions sdk/eventhub/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ stages:
ServiceDirectory: eventhub
BuildTargetingString: azure-eventhub*
SupportedClouds: 'Public,UsGov,China'
CloudConfig:
Public:
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
UsGov:
SubscriptionConfiguration: $(sub-config-gov-test-resources)
China:
SubscriptionConfiguration: $(sub-config-cn-test-resources)
Location: 'chinanorth'
MatrixReplace:
- TestSamples=.*/true
MatrixFilters:
Expand Down

0 comments on commit f0b9df1

Please sign in to comment.