Skip to content

Commit

Permalink
2json
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanSebranek committed Apr 30, 2024
1 parent 3ef17a5 commit 702183f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Tasks/Manage-AutomationWebHook/Manage-AutomationWebHook.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ foreach($def in $definitions)
-Parameters $params

Write-Host "tohle to co me zajima:"
$webhook
$webhook2json = $webhook | ConvertTo-Json
$webhook2json

$webhook | Add-Member -MemberType NoteProperty -Name SupportedRequestTypes -Value $SupportedRequestTypes
$managedWebhooks+=$webhook
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "Manage-AutomationAccount",
"name": "Manage-AutomationAccount",
"version": "1.9.68",
"version": "1.9.69",
"publisher": "GreyCorbelSolutions",
"targets": [
{
Expand Down

0 comments on commit 702183f

Please sign in to comment.