From aec971be20575deec4eba1e24ddda96e729a4fa1 Mon Sep 17 00:00:00 2001 From: Andres Mariano Gorzelany <36666927+get-itips@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:03:49 -0600 Subject: [PATCH] Update checker.ps1 --- checker.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checker.ps1 b/checker.ps1 index a8bb088..273d96b 100644 --- a/checker.ps1 +++ b/checker.ps1 @@ -27,7 +27,7 @@ #region Variables # ================ $dataFolderPath = "./_ps_modules" -$excludedModules = @('Microsoft.SharePoint.MigrationTool','Microsoft.Graph') +$excludedModules = @('Microsoft.SharePoint.MigrationTool','Microsoft.Graph','Microsoft.Graph.Beta') $changesDetected = @()