From 18137ae60ce153b8e3d9aec6e5bf1d5c2a284743 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Mon, 16 Dec 2024 10:50:53 -0500 Subject: [PATCH] Updated MSCloudLoginAssistant to v1.1.30 --- CHANGELOG.md | 1 + Modules/Microsoft365DSC/Dependencies/Manifest.psd1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa0cce035..da6d5503a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,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 ReverseDSC to version 2.0.0.23. # 1.24.1211.1 diff --git a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 index 3482e986ff..47a92c30df 100644 --- a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 +++ b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 @@ -122,7 +122,7 @@ }, @{ ModuleName = "MSCloudLoginAssistant" - RequiredVersion = "1.1.29" + RequiredVersion = "1.1.30" }, @{ ModuleName = 'PnP.PowerShell'