From 702183f33bc3f1cef9ae0b15f0f60518cd800c8d Mon Sep 17 00:00:00 2001 From: RomanSebranek Date: Tue, 30 Apr 2024 13:59:33 +0200 Subject: [PATCH] 2json --- Tasks/Manage-AutomationWebHook/Manage-AutomationWebHook.ps1 | 3 ++- vss-extension.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Tasks/Manage-AutomationWebHook/Manage-AutomationWebHook.ps1 b/Tasks/Manage-AutomationWebHook/Manage-AutomationWebHook.ps1 index d1ad1c5..9170fcf 100644 --- a/Tasks/Manage-AutomationWebHook/Manage-AutomationWebHook.ps1 +++ b/Tasks/Manage-AutomationWebHook/Manage-AutomationWebHook.ps1 @@ -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 diff --git a/vss-extension.json b/vss-extension.json index 2ee2952..b971ed6 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "Manage-AutomationAccount", "name": "Manage-AutomationAccount", - "version": "1.9.68", + "version": "1.9.69", "publisher": "GreyCorbelSolutions", "targets": [ {