diff --git a/lib/services/automationManagement/lib/models/index.d.ts b/lib/services/automationManagement/lib/models/index.d.ts index 3a5278d0e2..e814c5bf91 100644 --- a/lib/services/automationManagement/lib/models/index.d.ts +++ b/lib/services/automationManagement/lib/models/index.d.ts @@ -2154,7 +2154,7 @@ export interface SourceControlCreateOrUpdateParameters { * @member {date} [startTime] The start time of the job. * @member {date} [endTime] The end time of the job. * @member {string} [syncType] The sync type. Possible values include: - * 'PartialSync', 'FullSync' + * 'IncrementalSync', 'FullSync' */ export interface SourceControlSyncJob { readonly name?: string; @@ -2195,7 +2195,7 @@ export interface SourceControlSyncJobCreateParameters { * @member {date} [startTime] The start time of the job. * @member {date} [endTime] The end time of the job. * @member {string} [syncType] The sync type. Possible values include: - * 'PartialSync', 'FullSync' + * 'IncrementalSync', 'FullSync' * @member {string} [exception] The exceptions that occured while running the * sync job. */ diff --git a/lib/services/automationManagement/lib/models/sourceControlSyncJob.js b/lib/services/automationManagement/lib/models/sourceControlSyncJob.js index 1804c497a0..56bd2433a4 100644 --- a/lib/services/automationManagement/lib/models/sourceControlSyncJob.js +++ b/lib/services/automationManagement/lib/models/sourceControlSyncJob.js @@ -27,7 +27,7 @@ class SourceControlSyncJob { * @member {date} [startTime] The start time of the job. * @member {date} [endTime] The end time of the job. * @member {string} [syncType] The sync type. Possible values include: - * 'PartialSync', 'FullSync' + * 'IncrementalSync', 'FullSync' */ constructor() { } diff --git a/lib/services/automationManagement/lib/models/sourceControlSyncJobById.js b/lib/services/automationManagement/lib/models/sourceControlSyncJobById.js index c8910f5b72..7bae89431e 100644 --- a/lib/services/automationManagement/lib/models/sourceControlSyncJobById.js +++ b/lib/services/automationManagement/lib/models/sourceControlSyncJobById.js @@ -25,7 +25,7 @@ class SourceControlSyncJobById { * @member {date} [startTime] The start time of the job. * @member {date} [endTime] The end time of the job. * @member {string} [syncType] The sync type. Possible values include: - * 'PartialSync', 'FullSync' + * 'IncrementalSync', 'FullSync' * @member {string} [exception] The exceptions that occured while running the * sync job. */