Skip to content

Commit

Permalink
Update migration guide (#2882)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngastelum-ms authored Oct 17, 2022
1 parent 04f371d commit b2643a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SDK v2 migration guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ but users are still encouraged to migrate to version 2 when they have the chance
| `DeviceClient` | `IotHubDeviceClient` |
| `SetConnectionStatusChangesHandler` | `SetConnectionStatusChangeHandler` |
| `MessageResponse` | `MessageAcknowledgement` |
| `Message` | `IncomingMessage`, `OutgoingMessage` |
| `SetRetryPolicy(...)` | `IoTHubClientOptions.RetryPolicy` |
| `ExponentialBackOff` | `ExponentialBackOffRetryPolicy` |

Expand Down Expand Up @@ -74,6 +75,7 @@ but users are still encouraged to migrate to version 2 when they have the chance
|:---|:---|
| `ModuleClient` | `IotHubModuleClient` |
| `MessageResponse` | `MessageAcknowledgement` |
| `Message` | `IncomingMessage`, `OutgoingMessage` |

#### Other notable breaking changes

Expand Down

0 comments on commit b2643a8

Please sign in to comment.