Skip to content

Commit

Permalink
Fix migration guide mistakes (Azure#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtay-microsoft authored Jun 30, 2022
1 parent 702747a commit d659d3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SDK v2 migration guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ This client has been removed in v2. It is replaced by the MultiplexingClient. Se
| DeviceTwin | TwinClient |
| DeviceMethod | DirectMethodsClient |
| ServiceClient | MessagingClient, FileUploadNotificationProcessorClient, MessageFeedbackProcessorClient |
| JobClient | BlockBlobClient, RegistryClient |
| JobClient | ScheduledJobClient, RegistryClient |
| Query, RawTwinQuery | QueryClient |

For v1 classes with more than one equivalent v2 classes, the methods that were in the v1 class have been split up to
create clients with more cohesive capabilities. For instance, configurations CRUD was in the v1 RegistryManager, but has
Expand Down Expand Up @@ -413,4 +414,4 @@ Question:
> Is the v2 library backwards compatible in any way?
Answer:
> No. Several APIs have been added to v2 that are not present in v1. On top of that, several APIs in v2 are expected to behave differently than they did in v1.
> No. Several APIs have been added to v2 that are not present in v1. On top of that, several APIs in v2 are expected to behave differently than they did in v1.

0 comments on commit d659d3c

Please sign in to comment.