Skip to content

Commit 60bf8ae

Browse files
committed
Update help files and changelog.md
1 parent 177088e commit 60bf8ae

File tree

8 files changed

+1273
-2400
lines changed

8 files changed

+1273
-2400
lines changed

src/DeviceProvisioningServices/DeviceProvisioningServices.Test/DeviceProvisioningServices.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.DeviceProvisioningServices" Version="0.10.0-preview" />
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/DeviceProvisioningServices/DeviceProvisioningServices.Test/SessionRecords/Commands.DeviceProvisioningServices.Test.IotDpsAccessPolicyTests/IotDpsAccessPolicyLifeCycle.json

Lines changed: 318 additions & 591 deletions
Large diffs are not rendered by default.

src/DeviceProvisioningServices/DeviceProvisioningServices.Test/SessionRecords/Commands.DeviceProvisioningServices.Test.IotDpsLinkedHubTests/IotDpsLinkedHubLifeCycle.json

Lines changed: 581 additions & 1550 deletions
Large diffs are not rendered by default.

src/DeviceProvisioningServices/DeviceProvisioningServices.Test/SessionRecords/Commands.DeviceProvisioningServices.Test.IotDpsTests/IotDpsLifeCycle.json

Lines changed: 369 additions & 255 deletions
Large diffs are not rendered by default.

src/IotHub/IotHub/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Add new routing source: DigitalTwinChangeEvents
2122

2223
## Version 1.3.0
2324
* Add support to invoke failover for an IotHub to the geo-paired disaster recovery region.

src/IotHub/IotHub/help/Add-AzIotHubRoute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Source of the route
195195
Type: Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource
196196
Parameter Sets: (All)
197197
Aliases:
198-
Accepted values: Invalid, DeviceMessages, TwinChangeEvents, DeviceLifecycleEvents, DeviceJobLifecycleEvents
198+
Accepted values: Invalid, DeviceMessages, TwinChangeEvents, DeviceLifecycleEvents, DeviceJobLifecycleEvents, DigitalTwinChangeEvents
199199

200200
Required: True
201201
Position: Named

src/IotHub/IotHub/help/Set-AzIotHubRoute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Source of the route
221221
Type: System.Nullable`1[Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource]
222222
Parameter Sets: (All)
223223
Aliases:
224-
Accepted values: Invalid, DeviceMessages, TwinChangeEvents, DeviceLifecycleEvents, DeviceJobLifecycleEvents
224+
Accepted values: Invalid, DeviceMessages, TwinChangeEvents, DeviceLifecycleEvents, DeviceJobLifecycleEvents, DigitalTwinChangeEvents
225225

226226
Required: False
227227
Position: Named

src/IotHub/IotHub/help/Test-AzIotHubRoute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Source of the route
239239
Type: Microsoft.Azure.Commands.Management.IotHub.Models.PSRoutingSource
240240
Parameter Sets: InputObjectTestAllRouteSet, TestAllRouteSet, ResourceIdTestAllRouteSet
241241
Aliases:
242-
Accepted values: Invalid, DeviceMessages, TwinChangeEvents, DeviceLifecycleEvents, DeviceJobLifecycleEvents
242+
Accepted values: Invalid, DeviceMessages, TwinChangeEvents, DeviceLifecycleEvents, DeviceJobLifecycleEvents, DigitalTwinChangeEvents
243243

244244
Required: True
245245
Position: 1

0 commit comments

Comments
 (0)