From 1ec47a390bbefa1bb22bfc3fa5275e6006f18f32 Mon Sep 17 00:00:00 2001 From: JamesClonk Date: Wed, 7 Aug 2024 12:50:27 +0200 Subject: [PATCH] fix --- item-monitor/templates/secret.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/item-monitor/templates/secret.yml b/item-monitor/templates/secret.yml index 6fd6f5c..c4be8ab 100644 --- a/item-monitor/templates/secret.yml +++ b/item-monitor/templates/secret.yml @@ -81,26 +81,3 @@ stringData: } ] } - - - -curl -X POST -H 'Content-Type: application/json' 'https://prod2-15.switzerlandnorth.logic.azure.com:443/workflows/9707a3d3d3394c358012a943a875497a/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=vlebzygZlRZXlDm8zLTRtVOdpBY_HdHj44fh4aAFk8Y' --data '{ - "type":"message", - "attachments":[ - { - "contentType":"application/vnd.microsoft.card.adaptive", - "contentUrl":null, - "content":{ - "$schema":"http://adaptivecards.io/schemas/adaptive-card.json", - "type":"AdaptiveCard", - "version":"1.2", - "body":[ - { - "type": "TextBlock", - "text": "For Samples and Templates, see [https://adaptivecards.io/samples](https://adaptivecards.io/samples)" - } - ] - } - } - ] - }'