Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,17 @@ Always use the latest published schema version. Use the links below to identify
| Declarative agent manifest | [declarative-agent-manifest-1.6](https://learn.microsoft.com/microsoft-365-copilot/extensibility/declarative-agent-manifest-1.6) — replace `1.6` with latest |
| API plugin manifest | [api-plugin-manifest-2.4](https://learn.microsoft.com/microsoft-365-copilot/extensibility/api-plugin-manifest-2.4) — replace `2.4` with latest |

## `m365agents.yml` metadata
If the sample includes an `m365agents.yml`, add the following property after `version`:
```yaml
additionalMetadata:
sampleTag: pnp-copilot-pro-dev:<sample-folder-name>
```
Replace `<sample-folder-name>` with the name of your sample folder under `samples/`.

## Rules
- Add the sample to the samples table in the root `README.md`
- Include `additionalMetadata` with the correct `sampleTag` in `m365agents.yml`
- DO NOT include `projectId` in `m365agents.yml`
- DO NOT commit secrets, API keys, tenant IDs, or app IDs
- DO NOT reference assets from external URLs — all assets in `assets/`
Expand All @@ -111,6 +120,7 @@ Always use the latest published schema version. Use the links below to identify
- [ ] Uses correct templates for `README.md` and `sample.json`
- [ ] All schema versions target latest (see links above)
- [ ] No `projectId` in `m365agents.yml`
- [ ] `additionalMetadata.sampleTag` set in `m365agents.yml` (format: `pnp-copilot-pro-dev:<sample-folder-name>`)
- [ ] No `teamsapp.yml` or `teamsapp.local.yml` (update if present)
- [ ] No secrets or external asset links
- [ ] One PR per sample
3 changes: 3 additions & 0 deletions samples/cea-techpulse/m365agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.8

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:cea-techpulse

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-BlogPostHelper/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-BlogPostHelper

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-CLIForM365-helper/m365agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.8

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-CLIForM365-helper

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-CareerCoach/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-CareerCoach

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-DocFinder/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-DocFinder

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-IdeaCoach/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-IdeaCoach

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-LearningCoach/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-LearningCoach

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-MyAdvancedCommsBuddy/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-MyAdvancedCommsBuddy

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-MyCommsBuddy/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-MyCommsBuddy

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-PMSpecReviewer/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-PMSpecReviewer

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-PMSpecWriter/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-PMSpecWriter

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-PnPPowerShell-assistant/m365agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.8

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-PnPPowerShell-assistant

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-PnPScriptSamplesAgent/m365agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.8

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-PnPScriptSamplesAgent

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-PositivityAgent/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.8

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-PositivityAgent

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-PostPilotAgent/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-PostPilotAgent

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-PresentationAgent/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-PresentationAgent

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-PromptCoach/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-PromptCoach

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-SalesGenie/m365agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.8

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-SalesGenie

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-SnowWizard/SnowWizard/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-SnowWizard

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-WritingCoach/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-WritingCoach

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-adaptive-card-dialog/m365agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.10

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-adaptive-card-dialog

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-adaptive-card-inline-edit/m365agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.10

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-adaptive-card-inline-edit

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-azureopenai/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.8

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-azureopenai

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-community-samples-agent/m365agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.9

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-community-samples-agent

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-environmentSustainability/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-environmentSustainability

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-m365-roadmap-tracker/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-m365-roadmap-tracker

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-microsoftdocssearchagent/m365agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.9

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-microsoftdocssearchagent

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-pnpassistant/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.8

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-pnpassistant

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-qna-graphapi-plugin/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-qna-graphapi-plugin

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-repairs-oauth-validated/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-repairs-oauth-validated

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-repairs-oauth/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-repairs-oauth

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-resolvemate-api/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-resolvemate-api

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-resource-allocation/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.7

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-resource-allocation

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
2 changes: 1 addition & 1 deletion samples/da-ristorante-api/m365agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: v1.7

additionalMetadata:
sampleTag: copilot-pro-dev-samples:da-ristorante-api
sampleTag: pnp-copilot-pro-dev:da-ristorante-api

environmentFolderPath: ./env

Expand Down
3 changes: 3 additions & 0 deletions samples/da-sp-agents-finder/m365agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.8

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-sp-agents-finder

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-teacher/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.8

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-teacher

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
3 changes: 3 additions & 0 deletions samples/da-todo-tasks-graphapi-plugin/teamsapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Visit https://aka.ms/teamsfx-actions for details on actions
version: v1.8

additionalMetadata:
sampleTag: pnp-copilot-pro-dev:da-todo-tasks-graphapi-plugin

environmentFolderPath: ./env

# Triggered when 'teamsapp provision' is executed
Expand Down
Loading