From 0ed6ad92e44e20be9930e255a9b72fb618aab68b Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 13 Mar 2019 21:40:31 +0000 Subject: [PATCH] Generated from 93dec3bb474cf411388c9839b430b299ecabc135 typo: upto -> up to --- .../azure/mgmt/edgegateway/models/periodic_timer_source_info.py | 2 +- .../mgmt/edgegateway/models/periodic_timer_source_info_py3.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-mgmt-edgegateway/azure/mgmt/edgegateway/models/periodic_timer_source_info.py b/azure-mgmt-edgegateway/azure/mgmt/edgegateway/models/periodic_timer_source_info.py index 6c75756fc76e..be4619e7436e 100644 --- a/azure-mgmt-edgegateway/azure/mgmt/edgegateway/models/periodic_timer_source_info.py +++ b/azure-mgmt-edgegateway/azure/mgmt/edgegateway/models/periodic_timer_source_info.py @@ -18,7 +18,7 @@ class PeriodicTimerSourceInfo(Model): All required parameters must be populated in order to send to Azure. :param start_time: Required. The time of the day that results in a valid - trigger. Schedule is computed with reference to the time specified upto + trigger. Schedule is computed with reference to the time specified up to seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time. :type start_time: datetime diff --git a/azure-mgmt-edgegateway/azure/mgmt/edgegateway/models/periodic_timer_source_info_py3.py b/azure-mgmt-edgegateway/azure/mgmt/edgegateway/models/periodic_timer_source_info_py3.py index d1e3b3695986..702286995e38 100644 --- a/azure-mgmt-edgegateway/azure/mgmt/edgegateway/models/periodic_timer_source_info_py3.py +++ b/azure-mgmt-edgegateway/azure/mgmt/edgegateway/models/periodic_timer_source_info_py3.py @@ -18,7 +18,7 @@ class PeriodicTimerSourceInfo(Model): All required parameters must be populated in order to send to Azure. :param start_time: Required. The time of the day that results in a valid - trigger. Schedule is computed with reference to the time specified upto + trigger. Schedule is computed with reference to the time specified up to seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time. :type start_time: datetime