From e858c0c3478b4106daff975ba44d4354c2d81734 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 15 Jul 2024 02:23:37 +0000 Subject: [PATCH] Update samples.json in gh-pages branch --- samples.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/samples.json b/samples.json index 1faf54f86..1862a871d 100644 --- a/samples.json +++ b/samples.json @@ -26247,6 +26247,53 @@ } ] }, + { + "name": "pnp-sp-dev-spfx-web-parts-react-site-secure-function-call", + "source": "pnp", + "title": "Site Secure Function Call", + "shortDescription": "This combined SharePoint Framework and Azure Function solution is to provide the potentially most secure access from SharePoint Framework to any kind of third party API or Microsoft Graph.", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-office-offer-creation", + "longDescription": [ + "This combined SharePoint Framework and Azure Function solution is to provide the potentially most secure access from SharePoint Framework to any kind of third party API, in fact here Microsoft Graph. It shows that AadHttpClient should be preferred over MSGraphClient." + ], + "creationDateTime": "2024-07-12", + "updateDateTime": "2024-07-12", + "products": [ + "SharePoint" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.18.2" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-site-secure-function-call/assets/SetSiteDescreption.gif", + "alt": "App in action" + } + ], + "authors": [ + { + "gitHubAccount": "mmsharepoint", + "pictureUrl": "https://github.com/mmsharepoint.png", + "name": "Markus Moeller" + } + ], + "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://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" + } + ] + }, { "name": "pnp-sp-dev-spfx-web-parts-react-sitepages-metadata", "source": "pnp",