Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/track_2_migration_guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Below is a list of typical issues.

### Long running operation function name change

Long running operations have changed their function names in Track 2 SDK. A `begin_` prefix is added. E.g. `create_or_update` becomes `begin_create_or_update`. `delete` becomes `begin_delete`. It is a naming convention in Track 2 SDK to indicate that an operation is a long running operation.
Long running operations have changed their function names in Track 2 SDK. A `begin_` prefix is added. E.g. `create_or_update` becomes `begin_create_or_update`. `delete` becomes `begin_delete`. It is a naming convention in Track 2 SDK to indicate that an operation is a long running operation. Test cases can uncover most instances. But if a command has no test, it will be missed. A rigorous method is going through all methods to see whether they are long running operations.
Comment thread
qwordy marked this conversation as resolved.
Outdated

### Property name change

Expand Down