Skip to content

Azure/automation-task-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

automation-task-template

Automation Task Templates

To test the Automation Task template from your forked github repository that holds your template, use Fiddler and in the Fiddler Script find the onBeforeRequest() function and add the following code:

if (oSession.url == "raw.githubusercontent.com/azure/automation-task-template/master/templates/manifest.json") { oSession.url = "raw.githubusercontent.com//automation-task-template//templates/manifest.json"; }

    if (oSession.url == "raw.githubusercontent.com/azure/automation-task-template/master/templates/<template-name>") {
        oSession.url = "raw.githubusercontent.com/<git-username>/automation-task-template/<new-branch>/templates/<template-name>";
     }

About

Automation Task Templates

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published