Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions lib/services/automationManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down