From b76b634d7596198ebd9eedd099e36b1f661001f1 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 12 Feb 2022 22:07:13 -0500 Subject: [PATCH 1/2] Update sample.json --- samples/aad-api-spo-cookie/assets/sample.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/aad-api-spo-cookie/assets/sample.json b/samples/aad-api-spo-cookie/assets/sample.json index cddceb837..570eb27f7 100644 --- a/samples/aad-api-spo-cookie/assets/sample.json +++ b/samples/aad-api-spo-cookie/assets/sample.json @@ -1,8 +1,8 @@ [ { "name": "pnp-sp-dev-spfx-web-parts-aad-api-spo-cookie", - "source": "pnp", "title": "Call custom APIs secured with Azure Active Directory without ADAL JS", + "source": "pnp", "shortDescription": "Sample SharePoint Framework client-side web part showing how to access a custom API secured with Azure Active Directory (AAD) without using ADAL JS.", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/aad-api-spo-cookie", "longDescription": [ @@ -84,4 +84,4 @@ } ] } -] \ No newline at end of file +] From bff4652ce44b2454666ddd0eb0e2c5ec9b578ebb Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 13 Feb 2022 03:12:49 +0000 Subject: [PATCH 2/2] Updated samples.json --- samples.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples.json b/samples.json index fa7d28dd7..0b10ed344 100644 --- a/samples.json +++ b/samples.json @@ -1,8 +1,8 @@ [ { "name": "pnp-sp-dev-spfx-web-parts-aad-api-spo-cookie", - "source": "pnp", "title": "Call custom APIs secured with Azure Active Directory without ADAL JS", + "source": "pnp", "shortDescription": "Sample SharePoint Framework client-side web part showing how to access a custom API secured with Azure Active Directory (AAD) without using ADAL JS.", "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/aad-api-spo-cookie", "longDescription": [