Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class ProvisioningState(str, Enum):

class SyncType(str, Enum):

incremental_sync = "IncrementalSync"
partial_sync = "PartialSync"
full_sync = "FullSync"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class SourceControlSyncJob(Model):
:vartype start_time: datetime
:ivar end_time: The end time of the job.
:vartype end_time: datetime
:param sync_type: The sync type. Possible values include:
'IncrementalSync', 'FullSync'
:param sync_type: The sync type. Possible values include: 'PartialSync',
'FullSync'
:type sync_type: str or ~azure.mgmt.automation.models.SyncType
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class SourceControlSyncJobById(Model):
:vartype start_time: datetime
:ivar end_time: The end time of the job.
:vartype end_time: datetime
:param sync_type: The sync type. Possible values include:
'IncrementalSync', 'FullSync'
:param sync_type: The sync type. Possible values include: 'PartialSync',
'FullSync'
:type sync_type: str or ~azure.mgmt.automation.models.SyncType
:param exception: The exceptions that occured while running the sync job.
:type exception: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class SourceControlSyncJobById(Model):
:vartype start_time: datetime
:ivar end_time: The end time of the job.
:vartype end_time: datetime
:param sync_type: The sync type. Possible values include:
'IncrementalSync', 'FullSync'
:param sync_type: The sync type. Possible values include: 'PartialSync',
'FullSync'
:type sync_type: str or ~azure.mgmt.automation.models.SyncType
:param exception: The exceptions that occured while running the sync job.
:type exception: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class SourceControlSyncJob(Model):
:vartype start_time: datetime
:ivar end_time: The end time of the job.
:vartype end_time: datetime
:param sync_type: The sync type. Possible values include:
'IncrementalSync', 'FullSync'
:param sync_type: The sync type. Possible values include: 'PartialSync',
'FullSync'
:type sync_type: str or ~azure.mgmt.automation.models.SyncType
"""

Expand Down