e234c9f29acc3a7e61d25eb61dfd3adadc738f5d
Update TableSyncOperation to pass UpdateTypes directly to the pipeline builder using WithUpdateType() instead of mapping to SyncMode and calling the deprecated WithMode() method. This enables proper schedule-based configuration handling where Daily and Hourly have distinct behaviors. - Remove SyncMode mapping logic from ExecuteSyncCoreAsync - Call WithUpdateType(task.UpdateType) directly - Update log message to reflect UpdateType instead of SyncMode - Add TableSyncOperationTests verifying WithUpdateType is called correctly
Description
No description provided
Languages
C#
68%
HTML
15.8%
TypeScript
8%
JavaScript
4.8%
TSQL
3%
Other
0.4%