From cd92a15e42b4a25641838a83ae2988c51fa99df1 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Wed, 18 Dec 2024 12:44:15 -0500 Subject: [PATCH] Updated MSCloudLoginAssistant --- CHANGELOG.md | 2 +- Modules/Microsoft365DSC/Dependencies/Manifest.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a1a055f0..ef121a5f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ FIXES [#5525](https://github.com/microsoft/Microsoft365DSC/issues/5525) * DEPENDENCIES * Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.202. - * Updated MSCloudLoginAssistant to version 1.1.30. + * Updated MSCloudLoginAssistant to version 1.1.31. # 1.24.1211.1 diff --git a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 index af4dc76883..ae6428f743 100644 --- a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 +++ b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 @@ -122,7 +122,7 @@ }, @{ ModuleName = "MSCloudLoginAssistant" - RequiredVersion = "1.1.30" + RequiredVersion = "1.1.31" }, @{ ModuleName = 'PnP.PowerShell'