Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesClonk committed Aug 7, 2024
1 parent 354f903 commit 1ec47a3
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions item-monitor/templates/secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
]
}
}
]
}'

0 comments on commit 1ec47a3

Please sign in to comment.