-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Automation cmdlet changes #2319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adding Time Zone support for Get and New schedule cmdlets
Merge from team repo
1. Add "GraphPowerShell" and "GraphPowerShellWorkflow". 2. No need to force "PowerShellWorkflow" to "Script" since backend is all updated.
New Graphical Runbook types
CalendarSchedule-Adding Property bag for Monthly and WeeklySchedule Option Response
- Start-AzureRMAutomationRunbook: Wait and MaxWaitSeconds - New/Import-AzureRMAutomationRunbook: new Type param values; mark "Graph" as obsolete - New-AzureRMAutomationSchedule: advanced schedules 2. Added parameter mapping of GraphicalPowerShell/GraphicalPowerShellWorkflow to Graph* SDK values 3. Build reference tweaks
|
Hi @felixcho-msft, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
|
Can one of the admins verify this patch? |
|
@azuresdkci add to whitelist |
| schedule.Frequency = ScheduleFrequency.Day; | ||
| schedule.Interval = this.DayInterval; | ||
| throw new Exception("for monthly occurrence, both day of week and occurrence need to be specified"); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this string to resources.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
|
🕐 |
1. Removed mstest tests 2. Move exception string to resource 3. Remove an else
|
on demand run here: http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-demand/852/ |
Hi Azure team,
Please review and merge Automation cmdlet changes. This is for the next release train of 6/1.
Thanks.
Change logs: