From f6ff99c178f2cdab41244d28e6c263508590a584 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 22 Oct 2018 19:29:47 +0000 Subject: [PATCH] Generated from f6da3626466b6ad2a915d6343b6c5721dc5df56c Reverting change: Replacing PartialSync for IncrementalSync for sync type and updating examples. --- .../preview/automation/mgmt/automation/models.go | 4 ++-- .../mgmt/2017-05-15-preview/automation/models.go | 10 +++++----- .../mgmt/2018-01-15-preview/automation/models.go | 10 +++++----- .../mgmt/2018-06-30-preview/automation/models.go | 10 +++++----- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/profiles/preview/preview/automation/mgmt/automation/models.go b/profiles/preview/preview/automation/mgmt/automation/models.go index b3cc8e627bcf..50d42928e82e 100644 --- a/profiles/preview/preview/automation/mgmt/automation/models.go +++ b/profiles/preview/preview/automation/mgmt/automation/models.go @@ -318,8 +318,8 @@ const ( type SyncType = original.SyncType const ( - FullSync SyncType = original.FullSync - IncrementalSync SyncType = original.IncrementalSync + FullSync SyncType = original.FullSync + PartialSync SyncType = original.PartialSync ) type TagOperators = original.TagOperators diff --git a/services/preview/automation/mgmt/2017-05-15-preview/automation/models.go b/services/preview/automation/mgmt/2017-05-15-preview/automation/models.go index 6285091a8f82..1fb788f57f3c 100644 --- a/services/preview/automation/mgmt/2017-05-15-preview/automation/models.go +++ b/services/preview/automation/mgmt/2017-05-15-preview/automation/models.go @@ -582,13 +582,13 @@ type SyncType string const ( // FullSync ... FullSync SyncType = "FullSync" - // IncrementalSync ... - IncrementalSync SyncType = "IncrementalSync" + // PartialSync ... + PartialSync SyncType = "PartialSync" ) // PossibleSyncTypeValues returns an array of possible values for the SyncType const type. func PossibleSyncTypeValues() []SyncType { - return []SyncType{FullSync, IncrementalSync} + return []SyncType{FullSync, PartialSync} } // TagOperators enumerates the values for tag operators. @@ -7499,7 +7499,7 @@ type SourceControlSyncJobByIDProperties struct { StartTime *date.Time `json:"startTime,omitempty"` // EndTime - The end time of the job. EndTime *date.Time `json:"endTime,omitempty"` - // SyncType - The sync type. Possible values include: 'IncrementalSync', 'FullSync' + // SyncType - The sync type. Possible values include: 'PartialSync', 'FullSync' SyncType SyncType `json:"syncType,omitempty"` // Exception - The exceptions that occured while running the sync job. Exception *string `json:"exception,omitempty"` @@ -7664,7 +7664,7 @@ type SourceControlSyncJobProperties struct { StartTime *date.Time `json:"startTime,omitempty"` // EndTime - The end time of the job. EndTime *date.Time `json:"endTime,omitempty"` - // SyncType - The sync type. Possible values include: 'IncrementalSync', 'FullSync' + // SyncType - The sync type. Possible values include: 'PartialSync', 'FullSync' SyncType SyncType `json:"syncType,omitempty"` } diff --git a/services/preview/automation/mgmt/2018-01-15-preview/automation/models.go b/services/preview/automation/mgmt/2018-01-15-preview/automation/models.go index ae7697a1a840..b8f74a884091 100644 --- a/services/preview/automation/mgmt/2018-01-15-preview/automation/models.go +++ b/services/preview/automation/mgmt/2018-01-15-preview/automation/models.go @@ -597,13 +597,13 @@ type SyncType string const ( // FullSync ... FullSync SyncType = "FullSync" - // IncrementalSync ... - IncrementalSync SyncType = "IncrementalSync" + // PartialSync ... + PartialSync SyncType = "PartialSync" ) // PossibleSyncTypeValues returns an array of possible values for the SyncType const type. func PossibleSyncTypeValues() []SyncType { - return []SyncType{FullSync, IncrementalSync} + return []SyncType{FullSync, PartialSync} } // TagOperators enumerates the values for tag operators. @@ -7977,7 +7977,7 @@ type SourceControlSyncJobByIDProperties struct { StartTime *date.Time `json:"startTime,omitempty"` // EndTime - The end time of the job. EndTime *date.Time `json:"endTime,omitempty"` - // SyncType - The sync type. Possible values include: 'IncrementalSync', 'FullSync' + // SyncType - The sync type. Possible values include: 'PartialSync', 'FullSync' SyncType SyncType `json:"syncType,omitempty"` // Exception - The exceptions that occured while running the sync job. Exception *string `json:"exception,omitempty"` @@ -8142,7 +8142,7 @@ type SourceControlSyncJobProperties struct { StartTime *date.Time `json:"startTime,omitempty"` // EndTime - The end time of the job. EndTime *date.Time `json:"endTime,omitempty"` - // SyncType - The sync type. Possible values include: 'IncrementalSync', 'FullSync' + // SyncType - The sync type. Possible values include: 'PartialSync', 'FullSync' SyncType SyncType `json:"syncType,omitempty"` } diff --git a/services/preview/automation/mgmt/2018-06-30-preview/automation/models.go b/services/preview/automation/mgmt/2018-06-30-preview/automation/models.go index 2905f47e70ec..2e233306a1f1 100644 --- a/services/preview/automation/mgmt/2018-06-30-preview/automation/models.go +++ b/services/preview/automation/mgmt/2018-06-30-preview/automation/models.go @@ -597,13 +597,13 @@ type SyncType string const ( // FullSync ... FullSync SyncType = "FullSync" - // IncrementalSync ... - IncrementalSync SyncType = "IncrementalSync" + // PartialSync ... + PartialSync SyncType = "PartialSync" ) // PossibleSyncTypeValues returns an array of possible values for the SyncType const type. func PossibleSyncTypeValues() []SyncType { - return []SyncType{FullSync, IncrementalSync} + return []SyncType{FullSync, PartialSync} } // TagOperators enumerates the values for tag operators. @@ -8051,7 +8051,7 @@ type SourceControlSyncJobByIDProperties struct { StartTime *date.Time `json:"startTime,omitempty"` // EndTime - The end time of the job. EndTime *date.Time `json:"endTime,omitempty"` - // SyncType - The sync type. Possible values include: 'IncrementalSync', 'FullSync' + // SyncType - The sync type. Possible values include: 'PartialSync', 'FullSync' SyncType SyncType `json:"syncType,omitempty"` // Exception - The exceptions that occured while running the sync job. Exception *string `json:"exception,omitempty"` @@ -8216,7 +8216,7 @@ type SourceControlSyncJobProperties struct { StartTime *date.Time `json:"startTime,omitempty"` // EndTime - The end time of the job. EndTime *date.Time `json:"endTime,omitempty"` - // SyncType - The sync type. Possible values include: 'IncrementalSync', 'FullSync' + // SyncType - The sync type. Possible values include: 'PartialSync', 'FullSync' SyncType SyncType `json:"syncType,omitempty"` }