From bc5df2d197982dcc137e0b0ceae363d1cc271494 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 31 Aug 2024 23:45:44 +0000 Subject: [PATCH] Automated samples.json update --- .metadata/samples.json | 63 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/.metadata/samples.json b/.metadata/samples.json index 33a722ba8..03ee1fcb8 100644 --- a/.metadata/samples.json +++ b/.metadata/samples.json @@ -8307,6 +8307,69 @@ } ] }, + { + "name": "pnp-sp-dev-spfx-web-parts-js-applicationinsights-api-calls-tracking", + "source": "pnp", + "title": "External API calls tracking with Application Insights", + "shortDescription": "This SPFx solution is designed to monitor and track API calls executed within any SharePoint Online (SPO) site.", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-applicationinsights-api-calls-tracking", + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-applicationinsights-api-calls-tracking", + "longDescription": [ + "This SPFx solution is designed to monitor and track API calls executed within any SharePoint Online (SPO) site." + ], + "creationDateTime": "2024-08-10", + "updateDateTime": "2024-08-10", + "products": [ + "SharePoint" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "JavaScript" + }, + { + "key": "SPFX-VERSION", + "value": "1.19.0" + } + ], + "thumbnails": [ + { + "name": "alerttule.png", + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/js-applicationinsights-api-calls-tracking/assets/alerttule.png", + "alt": "Web Part Preview" + }, + { + "name": "ApiCalls.png", + "type": "image", + "order": 101, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/js-applicationinsights-api-calls-tracking/assets/ApiCalls.png", + "alt": "Web Part Preview" + }, + { + "name": "kusto.png", + "type": "image", + "order": 102, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/js-applicationinsights-api-calls-tracking/assets/kusto.png", + "alt": "Web Part Preview" + } + ], + "authors": [ + { + "gitHubAccount": "kkazala", + "pictureUrl": "https://github.com/kkazala.png", + "name": "Kinga Kazala" + } + ], + "references": [ + { + "name": "Build your first SharePoint client-side web part", + "description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.", + "url": "https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" + } + ] + }, { "name": "pnp-sp-dev-spfx-web-parts-js-display-list", "source": "pnp",