Skip to content

Commit

Permalink
Reverting change: Replacing PartialSync for IncrementalSync for sync …
Browse files Browse the repository at this point in the history
…type and updating examples. (#4303)
  • Loading branch information
Francisco-Gamino authored and sergey-shandar committed Oct 23, 2018
1 parent b0d02f9 commit 631e5b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"provisioningState": "Completed",
"startTime": "2017-03-28T23:14:27.903+00:00",
"endTime": "2017-03-28T23:14:28.903+00:00",
"syncType": "IncrementalSync"
"syncType": "PartialSync"
}
},
{
Expand All @@ -30,7 +30,7 @@
"provisioningState": "Completed",
"startTime": "2017-03-28T23:14:27.903+00:00",
"endTime": "2017-03-28T23:14:28.903+00:00",
"syncType": "IncrementalSync"
"syncType": "PartialSync"
}
},
{
Expand All @@ -41,7 +41,7 @@
"provisioningState": "Completed",
"startTime": "2017-03-28T23:14:27.903+00:00",
"endTime": "2017-03-28T23:14:28.903+00:00",
"syncType": "IncrementalSync"
"syncType": "PartialSync"
}
},
{
Expand All @@ -52,7 +52,7 @@
"provisioningState": "Completed",
"startTime": "2017-03-28T23:14:27.903+00:00",
"endTime": "2017-03-28T23:14:28.903+00:00",
"syncType": "IncrementalSync"
"syncType": "PartialSync"
}
},
{
Expand All @@ -63,7 +63,7 @@
"provisioningState": "Completed",
"startTime": "2017-03-28T23:14:27.903+00:00",
"endTime": "2017-03-28T23:14:28.903+00:00",
"syncType": "IncrementalSync"
"syncType": "PartialSync"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"provisioningState": "Completed",
"startTime": "2017-03-28T23:14:27.903+00:00",
"endTime": "2017-03-28T23:14:28.903+00:00",
"syncType": "IncrementalSync",
"syncType": "PartialSync",
"exception": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"type": "string",
"description": "The sync type.",
"enum": [
"IncrementalSync",
"PartialSync",
"FullSync"
],
"x-ms-enum": {
Expand Down Expand Up @@ -411,7 +411,7 @@
"type": "string",
"description": "The sync type.",
"enum": [
"IncrementalSync",
"PartialSync",
"FullSync"
],
"x-ms-enum": {
Expand Down

0 comments on commit 631e5b5

Please sign in to comment.