Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Generated from 38e72e8bf46e5fcbea6f9cfda52f6f98e3560a24 (#3882)
Browse files Browse the repository at this point in the history
Removing PartialSync and adding IncrementalSync for sync type. Also, updating examples.
  • Loading branch information
AutorestCI authored Oct 16, 2018
1 parent 2651fa8 commit 13b3ba7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 13b3ba7

Please sign in to comment.