This page is a list of notable changes made to the Windows Scheduled Tasks Azure DevOps extension.
- feature: Allow a blank username to be used when installing a Scheduled Task. Thanks go to @glatzert for opening the issue and submitting the PR 🎉
- feature: Add the
StartWhenAvailable
property when using the Inline task mode. Big thanks to @Kevinf63 for submitting both the issue and the PR 😀
- fix: Remove unnecessary code that caused an error to be thrown in PowerShell v4.
- fix: Fix repetition and random delay parameters to work when using Inline Scheduled Task settings.
- fix: Make the extension compatible with PowerShell v3.
- fix: Use fully qualified name for
Get-ScheduledTask
to avoid conflicting with theCarbon
module on the target servers if it's installed.
- feature: Allow all authentication types supported by WinRM; not just CredSSP.
- UI breaking change: CredSSP checkbox was removed and replaced with a radio button of many authentication types, so had to update all task versions to v2.
- feature: Allow connecting over the HTTPS protocol.
- fix: Allow Scheduled Task to be started immediately after install when using XML definition.
- feature: Add tasks for Starting and Stopping Windows Scheduled Tasks.
- feature: Update extension and task icons to better communicate what they do.
- fix: Prevent error from being thrown when "Run after installed" is selected on the install task.
- Extension released publicly.
- Supports Installing, Uninstalling, Enabling, and Disabling Windows Scheduled Tasks.