Skip to content

Commit 15c94ce

Browse files
authored
{Iot Hub} Re-record the test session (#12182)
* Send D2C message * Re-record the test session
1 parent cc35b92 commit 15c94ce

File tree

3 files changed

+1933
-2164
lines changed

3 files changed

+1933
-2164
lines changed

src/IotHub/IotHub.Test/ScenarioTests/IotHubTests.ps1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ function Test-AzureRmIotHubLifecycle
2929
$Location = Get-Location "Microsoft.Devices" "IotHub"
3030
$IotHubName = getAssetName
3131
$ResourceGroupName = getAssetName
32-
# Commented below subscription and used one from EH Team as the EH PR was failing due to the updated in Microsoft.Azure.Management.EventHub to 2.7.0,
33-
# Please revert back this change ASAP
34-
#$SubscriptionId = '91d12660-3dec-467a-be2a-213b5544ddc0'
35-
$SubscriptionId = '326100e2-f69d-4268-8503-075374f62b6e'
32+
$SubscriptionId = '91d12660-3dec-467a-be2a-213b5544ddc0'
3633
$Sku = "B1"
3734
$namespaceName = getAssetName 'eventHub'
3835
$eventHubName = getAssetName

0 commit comments

Comments
 (0)