All notable changes to the "azureautomation" extension will be documented in this file.
- Fixed the output channel for PS7 runbooks.
- Removed the option to manualle override API version. This has caused some API call to fail. All API are updated with latest version as per MS Documentation.
- Fixed a hardcoded region for runbooks, causing issues for automation accounts not in westeurope.
- Added support for runbook runtime versions. Support for both PowerShell and Pyhton.
- Fixed an error that surfaced, when writing to disk. Causing "open runbook" not to work.
- Added support for Python2 runbooks. Create, Save Draft, Publish and run. Variable/Credential insert commands not supported.
- Fixed an issue with the character '+' in clientSecret, causing user to not get an oAuth token.
- Added functionality to check for settings before each command, to ensure all relevant settings have been filled
- Fixed an issue causing 'Open runbook' from view, not to work
- Fixed an issue causing nobody to be able to get oAuth tokens for login.
- Added a new view container to the side bar with a view of runbooks in your Automation Account
- Added a 'Refresh' button to the view
- Added a 'Create new runbook' button to the view
- Fixed an issue when having more than 100 runbooks, the rest would not be shown in 'Open runbook from Azure' command
- Fixed and error still preventing job execution when no hybridworkers present
- Added 'Open runbook from azure' functionality
- Fixed problem when executing runbook on Azure, with no HybridWorkers on automation account
- Added support for 'Integer' and 'Boolean' variable types
- Added configuration option for 'DualVars' notation Change the value of 'dualVars' under configuration to 'false', to make the extension only make use of 1 variable/credential
- Added code to support for both dual and single var notation
- Fixed a bug, where creation of variables / credentials didn't work.
- Removed usage of 'azureconfig.json' file with settings for connection to Azure.
- Added use of settings in VS Code instead
- Removed use of name and mail properties to be able to create runbooks.
- Added info about job output to readme