From c720b2cd9d31834e88526152fb5f79c422bd3892 Mon Sep 17 00:00:00 2001 From: Ning Tang Date: Tue, 8 Oct 2024 10:00:13 +0800 Subject: [PATCH 1/2] feat: onboad new sample --- .config/samples-config-v3.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.config/samples-config-v3.json b/.config/samples-config-v3.json index f2c187fe..bd37fa2b 100644 --- a/.config/samples-config-v3.json +++ b/.config/samples-config-v3.json @@ -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. It provides an end to end example of creating the connector, ingesting content and refreshing the ingested content.", + "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/" + } } ] } \ No newline at end of file From 76ed49159dffa5494f044a59c919f003cae09e6e Mon Sep 17 00:00:00 2001 From: Ning Tang Date: Tue, 8 Oct 2024 10:21:22 +0800 Subject: [PATCH 2/2] fix: comment --- .config/samples-config-v3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/samples-config-v3.json b/.config/samples-config-v3.json index bd37fa2b..8f1255b2 100644 --- a/.config/samples-config-v3.json +++ b/.config/samples-config-v3.json @@ -849,7 +849,7 @@ "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. It provides an end to end example of creating the connector, ingesting content and refreshing the ingested content.", + "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.", "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": [ ],