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