From a5da716babcc59f2e18d41a6c49408ce1c5df803 Mon Sep 17 00:00:00 2001 From: Paul Bullock Date: Thu, 31 Oct 2024 00:23:55 +0000 Subject: [PATCH 1/2] Fix github handles --- .../assets/sample.json | 4 ++-- .../spo-extract-and-invoke-site-template/assets/sample.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/spo-bulk-delete-recyclebin-in-batch-avoid-lvt/assets/sample.json b/scripts/spo-bulk-delete-recyclebin-in-batch-avoid-lvt/assets/sample.json index 14717b0b7..4bcc8bd32 100644 --- a/scripts/spo-bulk-delete-recyclebin-in-batch-avoid-lvt/assets/sample.json +++ b/scripts/spo-bulk-delete-recyclebin-in-batch-avoid-lvt/assets/sample.json @@ -38,9 +38,9 @@ ], "authors": [ { - "gitHubAccount": "elaf365", + "gitHubAccount": "EilafBarmare", "company": "", - "pictureUrl": "https://github.com/elaf365.png", + "pictureUrl": "https://github.com/EilafBarmare.png", "name": "Eilaf Barmare" } ], diff --git a/scripts/spo-extract-and-invoke-site-template/assets/sample.json b/scripts/spo-extract-and-invoke-site-template/assets/sample.json index bc1f810b2..1a6826950 100644 --- a/scripts/spo-extract-and-invoke-site-template/assets/sample.json +++ b/scripts/spo-extract-and-invoke-site-template/assets/sample.json @@ -34,9 +34,9 @@ ], "authors": [ { - "gitHubAccount": "lowcodelewis", + "gitHubAccount": "lewisdoesdev", "company": "", - "pictureUrl": "https://github.com/lowcodelewis.png", + "pictureUrl": "https://github.com/lewisdoesdev.png", "name": "Lewis Baybutt" } ], From 74ba5c7deb57f387f369f8fced82443bede140e9 Mon Sep 17 00:00:00 2001 From: Paul Bullock Date: Thu, 31 Oct 2024 00:29:00 +0000 Subject: [PATCH 2/2] Fixed telemetry links --- scripts/aad-grant-serviceprincipal-api-permissions/README.md | 2 +- scripts/fetch-user-profile-properties/README.md | 2 +- scripts/powerapps-get-all-bootstrap-icons/README.md | 2 +- scripts/spo-add-document-library-webpart-to-page/README.md | 2 +- scripts/spo-delete-site-with-retention-policy/README.md | 2 +- scripts/spo-delete-unused-spfx-apipermissions/README.md | 2 +- scripts/teams-bulk-create-teams/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/aad-grant-serviceprincipal-api-permissions/README.md b/scripts/aad-grant-serviceprincipal-api-permissions/README.md index b022f5dcf..f13dd1759 100644 --- a/scripts/aad-grant-serviceprincipal-api-permissions/README.md +++ b/scripts/aad-grant-serviceprincipal-api-permissions/README.md @@ -172,4 +172,4 @@ function Set-ManagedIdentityAPIPermissions { [!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)] - \ No newline at end of file + \ No newline at end of file diff --git a/scripts/fetch-user-profile-properties/README.md b/scripts/fetch-user-profile-properties/README.md index a02ac986b..c0db4265d 100644 --- a/scripts/fetch-user-profile-properties/README.md +++ b/scripts/fetch-user-profile-properties/README.md @@ -223,4 +223,4 @@ Sample first appeared on [Fetch User Profile Properties From Site Collection And | Mathijs Verbeeck | [!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)] - + diff --git a/scripts/powerapps-get-all-bootstrap-icons/README.md b/scripts/powerapps-get-all-bootstrap-icons/README.md index 08a2a279a..b500d5b08 100644 --- a/scripts/powerapps-get-all-bootstrap-icons/README.md +++ b/scripts/powerapps-get-all-bootstrap-icons/README.md @@ -126,4 +126,4 @@ Sample first appeared on [https://github.com/dkaaven/MyPowerAppScript](https://g [!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)] - \ No newline at end of file + \ No newline at end of file diff --git a/scripts/spo-add-document-library-webpart-to-page/README.md b/scripts/spo-add-document-library-webpart-to-page/README.md index 4f8346231..405f16a61 100644 --- a/scripts/spo-add-document-library-webpart-to-page/README.md +++ b/scripts/spo-add-document-library-webpart-to-page/README.md @@ -90,4 +90,4 @@ Sample first appeared on [Use PnP Powershell to add a document library webpart t | [Todd Klindt](https://www.toddklindt.com)| [!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)] - + diff --git a/scripts/spo-delete-site-with-retention-policy/README.md b/scripts/spo-delete-site-with-retention-policy/README.md index 7bbc4e5b3..60dfd2faf 100644 --- a/scripts/spo-delete-site-with-retention-policy/README.md +++ b/scripts/spo-delete-site-with-retention-policy/README.md @@ -67,4 +67,4 @@ Set-RetentionCompliancePolicy -Identity $retentionPolicyName -RemoveSharePointLo [!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)] - \ No newline at end of file + \ No newline at end of file diff --git a/scripts/spo-delete-unused-spfx-apipermissions/README.md b/scripts/spo-delete-unused-spfx-apipermissions/README.md index b8b46505e..f32efd2db 100644 --- a/scripts/spo-delete-unused-spfx-apipermissions/README.md +++ b/scripts/spo-delete-unused-spfx-apipermissions/README.md @@ -443,4 +443,4 @@ Additionally, it includes the capability to delete unused permissions, a feature [!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)] - \ No newline at end of file + \ No newline at end of file diff --git a/scripts/teams-bulk-create-teams/README.md b/scripts/teams-bulk-create-teams/README.md index 49c4325ee..7b0fe7719 100644 --- a/scripts/teams-bulk-create-teams/README.md +++ b/scripts/teams-bulk-create-teams/README.md @@ -190,4 +190,4 @@ end { [!INCLUDE [DISCLAIMER](../../docfx/includes/DISCLAIMER.md)] - +