Starting Runbook via Azure API, Portal, or ISE Add-On yields “input parameter type mismatch” error
问题 Given a simple runbook: workflow test { [CmdletBinding()] param([string] $NumericString) write-output $NumericString } When starting it with a numeric value (ie: 5) via the Azure Portal as a new Job (published), via the Test Pane, or using the Azure Automation PowerShell ISE Add-On, the following error is returned and the execution Fails. [edit] Just out of curiosity I tried some other values. 'true' or 'false' (without quotes in ise/the ui) will also cause the error (and are sent to the API