From f6da3626466b6ad2a915d6343b6c5721dc5df56c Mon Sep 17 00:00:00 2001 From: Francisco Gomez Gamino Date: Mon, 22 Oct 2018 08:19:23 -0700 Subject: [PATCH] Reverting change: Replacing PartialSync for IncrementalSync for sync type and updating examples. --- .../getAllSourceControlSyncJobs.json | 10 +++++----- .../sourceControlSyncJob/getSourceControlSyncJob.json | 2 +- .../2017-05-15-preview/sourceControlSyncJob.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/examples/sourceControlSyncJob/getAllSourceControlSyncJobs.json b/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/examples/sourceControlSyncJob/getAllSourceControlSyncJobs.json index be52a3096653..21dad207b764 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/examples/sourceControlSyncJob/getAllSourceControlSyncJobs.json +++ b/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/examples/sourceControlSyncJob/getAllSourceControlSyncJobs.json @@ -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" } }, { @@ -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" } }, { @@ -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" } }, { @@ -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" } }, { @@ -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" } } ] diff --git a/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/examples/sourceControlSyncJob/getSourceControlSyncJob.json b/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/examples/sourceControlSyncJob/getSourceControlSyncJob.json index 50626a991164..1d4ae7f66a8f 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/examples/sourceControlSyncJob/getSourceControlSyncJob.json +++ b/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/examples/sourceControlSyncJob/getSourceControlSyncJob.json @@ -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": "" } } diff --git a/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/sourceControlSyncJob.json b/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/sourceControlSyncJob.json index a9240b8fe2d0..c5479ea3938a 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/sourceControlSyncJob.json +++ b/specification/automation/resource-manager/Microsoft.Automation/preview/2017-05-15-preview/sourceControlSyncJob.json @@ -327,7 +327,7 @@ "type": "string", "description": "The sync type.", "enum": [ - "IncrementalSync", + "PartialSync", "FullSync" ], "x-ms-enum": { @@ -411,7 +411,7 @@ "type": "string", "description": "The sync type.", "enum": [ - "IncrementalSync", + "PartialSync", "FullSync" ], "x-ms-enum": {