Skip to content

Commit 820712b

Browse files
committed
Add new routing source
1 parent e8ff3ad commit 820712b

File tree

6 files changed

+2330
-2329
lines changed

6 files changed

+2330
-2329
lines changed

src/IotHub/IotHub.Test/IotHub.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.EventHub" Version="2.5.0" />
15-
<PackageReference Include="Microsoft.Azure.Management.IotHub" Version="2.9.0-preview" />
15+
<PackageReference Include="Microsoft.Azure.Management.IotHub" Version="2.10.0-preview" />
1616
</ItemGroup>
1717

1818
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function Test-AzureRmIotHubLifecycle
3030
$IotHubName = getAssetName
3131
$ResourceGroupName = getAssetName
3232
$Sku = "B1"
33-
$namespaceName = getAssetName
33+
$namespaceName = getAssetName 'eventHub'
3434
$eventHubName = getAssetName
3535
$authRuleName = getAssetName
3636
$Tag1Key = "key1"

src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubRoutingTests/TestAzureIotHubRoutingLifeCycle.json

Lines changed: 923 additions & 980 deletions
Large diffs are not rendered by default.

src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubTests/TestAzureIotHubLifeCycle.json

Lines changed: 1402 additions & 1345 deletions
Large diffs are not rendered by default.

src/IotHub/IotHub/IotHub.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Azure.Management.IotHub" Version="2.9.0-preview" />
14+
<PackageReference Include="Microsoft.Azure.Management.IotHub" Version="2.10.0-preview" />
1515
</ItemGroup>
1616

1717
</Project>

src/IotHub/IotHub/Models/PSRoutingSource.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public enum PSRoutingSource
2424
DeviceMessages,
2525
TwinChangeEvents,
2626
DeviceLifecycleEvents,
27-
DeviceJobLifecycleEvents
27+
DeviceJobLifecycleEvents,
28+
DigitalTwinChangeEvents
2829
}
2930
}

0 commit comments

Comments
 (0)