From deb60a6bde558f66c7d636f2dee1cea54f1172d9 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 22 Oct 2018 19:22:58 +0000 Subject: [PATCH] Generated from f6da3626466b6ad2a915d6343b6c5721dc5df56c Reverting change: Replacing PartialSync for IncrementalSync for sync type and updating examples. --- .../azure/mgmt/automation/models/automation_client_enums.py | 2 +- .../azure/mgmt/automation/models/source_control_sync_job.py | 4 ++-- .../mgmt/automation/models/source_control_sync_job_by_id.py | 4 ++-- .../automation/models/source_control_sync_job_by_id_py3.py | 4 ++-- .../mgmt/automation/models/source_control_sync_job_py3.py | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/automation_client_enums.py b/azure-mgmt-automation/azure/mgmt/automation/models/automation_client_enums.py index 81ac857e1823..390b88163978 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/automation_client_enums.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/automation_client_enums.py @@ -156,7 +156,7 @@ class ProvisioningState(str, Enum): class SyncType(str, Enum): - incremental_sync = "IncrementalSync" + partial_sync = "PartialSync" full_sync = "FullSync" diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job.py b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job.py index a64dded461f3..a4687eb011e2 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job.py @@ -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 """ diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id.py b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id.py index 9c6925636495..69408bee1c21 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id.py @@ -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 diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id_py3.py index 67bc029d5745..04a74360f6d4 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_by_id_py3.py @@ -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 diff --git a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_py3.py b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_py3.py index 27e60c509857..c6a4cd4ac6ca 100644 --- a/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_py3.py +++ b/azure-mgmt-automation/azure/mgmt/automation/models/source_control_sync_job_py3.py @@ -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 """