Skip to content

Commit 11ecdb3

Browse files
authored
Generated from f6da3626466b6ad2a915d6343b6c5721dc5df56c (#3667)
Reverting change: Replacing PartialSync for IncrementalSync for sync type and updating examples.
1 parent f0223a4 commit 11ecdb3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

azure-mgmt-automation/azure/mgmt/automation/models/automation_client_enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class ProvisioningState(str, Enum):
156156

157157
class SyncType(str, Enum):
158158

159-
incremental_sync = "IncrementalSync"
159+
partial_sync = "PartialSync"
160160
full_sync = "FullSync"
161161

162162

azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class SourceControlSyncJob(Model):
3636
:vartype start_time: datetime
3737
:ivar end_time: The end time of the job.
3838
:vartype end_time: datetime
39-
:param sync_type: The sync type. Possible values include:
40-
'IncrementalSync', 'FullSync'
39+
:param sync_type: The sync type. Possible values include: 'PartialSync',
40+
'FullSync'
4141
:type sync_type: str or ~azure.mgmt.automation.models.SyncType
4242
"""
4343

azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class SourceControlSyncJobById(Model):
3232
:vartype start_time: datetime
3333
:ivar end_time: The end time of the job.
3434
:vartype end_time: datetime
35-
:param sync_type: The sync type. Possible values include:
36-
'IncrementalSync', 'FullSync'
35+
:param sync_type: The sync type. Possible values include: 'PartialSync',
36+
'FullSync'
3737
:type sync_type: str or ~azure.mgmt.automation.models.SyncType
3838
:param exception: The exceptions that occured while running the sync job.
3939
:type exception: str

azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id_py3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class SourceControlSyncJobById(Model):
3232
:vartype start_time: datetime
3333
:ivar end_time: The end time of the job.
3434
:vartype end_time: datetime
35-
:param sync_type: The sync type. Possible values include:
36-
'IncrementalSync', 'FullSync'
35+
:param sync_type: The sync type. Possible values include: 'PartialSync',
36+
'FullSync'
3737
:type sync_type: str or ~azure.mgmt.automation.models.SyncType
3838
:param exception: The exceptions that occured while running the sync job.
3939
:type exception: str

azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_py3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class SourceControlSyncJob(Model):
3636
:vartype start_time: datetime
3737
:ivar end_time: The end time of the job.
3838
:vartype end_time: datetime
39-
:param sync_type: The sync type. Possible values include:
40-
'IncrementalSync', 'FullSync'
39+
:param sync_type: The sync type. Possible values include: 'PartialSync',
40+
'FullSync'
4141
:type sync_type: str or ~azure.mgmt.automation.models.SyncType
4242
"""
4343

0 commit comments

Comments
 (0)