Copilot-for-M365-Samples icon indicating copy to clipboard operation
Copilot-for-M365-Samples copied to clipboard

Microsoft Copilot for Microsoft 365 samples

Results 34 Copilot-for-M365-Samples issues
Sort by recently updated
recently updated
newest added

### Sample msgext-multiparam-ts ### Description We've all the pre-requisites to do the copilot plugin development. 1. Earlier we got started with sample solutions placed here which were working fine when...

bug
waiting response

### Sample msgext-doc-search-csharp ### Description Need help on deploying the application on azure.. ### Steps to reproduce Need help on deploying the application on azure.. ### Expected results Need help...

enhancement

This commit updates the dependencies in the package.json file of the msgext-northwind-inventory-ts sample. It adds the following dependencies: - @azure-rest/[email protected] - @azure/[email protected] - @azure/[email protected] - @azure/[email protected] Additionally, it modifies the...

Update samples to use the new `semanticDescription` property https://learn.microsoft.com/microsoftteams/platform/messaging-extensions/high-quality-message-extension?tabs=tasks#semantic-description

enhancement

Update samples to use `samplePrompts` property https://learn.microsoft.com/microsoftteams/platform/messaging-extensions/high-quality-message-extension?tabs=tasks#sample-prompts

enhancement

> Adaptive Card response must include Adaptive Card content and preview card information as part of the same template. [Mandatory] https://learn.microsoft.com/microsoftteams/platform/messaging-extensions/high-quality-message-extension#adaptive-card-response

enhancement

### Sample msgext-northwind-inventory-ts ### Description @therealjohn observed errors when placing the adaptive card We are suddenly receiving Refresh activities. Workaround is to return status code 200 instead of 400 on...

bug

Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.6.2 to 3.9.7. Release notes Sourced from mysql2's releases. v3.9.7 3.9.7 (2024-04-21) Bug Fixes security: sanitize timezone parameter value to prevent code injection - report by zhaoyudi...

dependencies
javascript

### Sample msgext-northwind-inventory-ts ### Description When a single product is searched through Copilot ("Find Chai in Northwind inventory."), universal action command ("Take actions") works in an expected way. However, when...

bug