From b12e37fb6bdffdb24c201deee9f09c30cb01ace1 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Sun, 27 Oct 2024 15:15:13 -0400 Subject: [PATCH] Update Microsoft365.psm1 --- Tests/Unit/Stubs/Microsoft365.psm1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Unit/Stubs/Microsoft365.psm1 b/Tests/Unit/Stubs/Microsoft365.psm1 index 2eadb964e8..ba24b0abf1 100644 --- a/Tests/Unit/Stubs/Microsoft365.psm1 +++ b/Tests/Unit/Stubs/Microsoft365.psm1 @@ -100333,4 +100333,5 @@ function Get-AzResourceGroup [Parameter()] [System.String] $Id + ) }