EvotecIT / PSTeams

PSTeams is a PowerShell Module working on Windows / Linux and Mac. It allows sending notifications to Microsoft Teams via WebHook Notifications. It's pretty flexible and provides a bunch of options. Initially, it only supported one sort of Team Cards but since version 2.X.X it supports Adaptive Cards, Hero Cards, List Cards, and Thumbnail Cards. All those new cards have their own cmdlets and the old version of creating Teams Cards stays as-is for compatibility reasons.
MIT License
409 stars 41 forks source link

New-TeamsActivityImage missing images #19

Closed wahidsaleemi closed 4 years ago

wahidsaleemi commented 4 years ago

New-TeamsActivityImage missing images: ValidateSet does not include Question, Reload, or Info images. It does have Download, but no corresponding file (download.jpg).

PrzemyslawKlys commented 4 years ago

You're right. I probably need to find free images that are small enough and that match our needs. I don't know how it happened.

PrzemyslawKlys commented 4 years ago

Published fixed version.