You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think Microsoft have addressed this issue in Azure Cloud Shell as of yet. I am still getting an error saying that schedules must be 5 minutes ahead when using a Time Zone.
Cmdlet(s)
PowerShell Version
5.1.14393.206
Module Version
3.0
OS Version
10.0.14393.206
Description
Debug Output
Script/Steps for Reproduction
Run
New-AzureRmAutomationSchedule –Name "Friday" (Get-Date).Date.AddDays(1).AddHours(10) -DaysOfWeek Friday -WeekInterval 1 -TimeZone "Europe/Copenhagen" –AutomationAccountName $automationAccount -ResourceGroupName $resourceGroup
New schedule uses timezone UTC and not Europe/Copenhagen as I would expect. I'm trying to create a schedule that runs every friday at 10 CET.
The text was updated successfully, but these errors were encountered: