Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: onboard new sample "Policies Graph connector" #1339

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from
Draft
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
27 changes: 27 additions & 0 deletions .config/samples-config-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,33 @@
"ref": "main",
"dir": "samples/graph-rsc-helper/nodeJs"
}
},
{
"id": "nodejs-typescript-policies",
"shortId": "nodejs-ts-policies",
"onboardDate": "2024-09-24",
"title": "Policies Graph connector",
"shortDescription": "This sample project uses Teams Toolkit for Visual Studio Code to simplify the process of creating a Microsoft Graph connector that ingests data from a custom API to Microsoft Graph.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is shortDescription still used?

"fullDescription": "This sample project uses Teams Toolkit for Visual Studio Code to simplify the process of creating a Microsoft Graph connector that ingests data from a custom API to Microsoft Graph. It provides an end to end example of creating the connector, ingesting content and refreshing the ingested content.",
"types": [
],
"tags": [
"TS",
"Graph Connect",
"Azure Function",
"Copilot for Microsoft 365"
],
"time": "10 mins to run",
"configuration": "Ready for local debug",
"thumbnailPath": "assets/connector-copilot-results.png",
"gifPath": "assets/connector-copilot-results.png",
"suggested": false,
"downloadUrlInfo": {
"owner": "pnp",
"repository": "graph-connectors-samples",
"ref": "main",
"dir": "samples/nodejs-typescript-policies/"
}
}
]
}
Loading