diff --git a/Tasks/Manage-AutomationWebHook/Manage-AutomationWebHook.ps1 b/Tasks/Manage-AutomationWebHook/Manage-AutomationWebHook.ps1 index e1e86ed..9170fcf 100644 --- a/Tasks/Manage-AutomationWebHook/Manage-AutomationWebHook.ps1 +++ b/Tasks/Manage-AutomationWebHook/Manage-AutomationWebHook.ps1 @@ -137,7 +137,7 @@ foreach($def in $definitions) -RunbookName $def.RunbookName ` -RunOn $runOn ` -ExpiresOn $Expires ` - -Parameters @params + -Parameters $params Write-Host "tohle to co me zajima:" $webhook2json = $webhook | ConvertTo-Json diff --git a/vss-extension.json b/vss-extension.json index 993a01d..70fd29f 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "Manage-AutomationAccount", "name": "Manage-AutomationAccount", - "version": "1.9.70", + "version": "1.9.71", "publisher": "GreyCorbelSolutions", "targets": [ {