feat: support Teams dashboard image attachment via adaptive card
This PR adds the possibility to attach images to the generated Teams message, this is achived by using AdaptiveCard instead of MessageCard
Make sure to make the change in the .ts file, then run yarn build and it will generate the js. This looks fine once that is done, however this will change the behavior. Could you send me a screenshot of what it will look like after the change in a comment too?
Make sure to make the change in the .ts file, then run
yarn buildand it will generate the js. This looks fine once that is done, however this will change the behavior. Could you send me a screenshot of what it will look like after the change in a comment too?
@phillipperalez
- Updated both the .ts file and regenerated the .js by running yarn build.
- Also attached a screenshot showing how the Teams message looks with the updated Adaptive Card and embedded dashboard image.
Let me know if you’d like any changes to the layout or formatting before merging.
Will this get fixed or revisited?
@phillipperalez any plans to review/potenitaly merge this? I can keep rebasing but the branch will always be out of date if noone revisits this