Skip to content

Commit 29ed946

Browse files
authored
Update 365AutomatedLab.psd1 - Updated for newer module support
This update is only if your current version stopped working. There are no benefits other than using newer versions of the required modules.
1 parent ccbb327 commit 29ed946

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

365AutomatedLab.psd1

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '365AutomatedLab.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.11.0'
15+
ModuleVersion = '2.12.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -53,14 +53,13 @@ PowerShellVersion = '7.1'
5353
# Modules that must be imported into the global environment prior to importing this module
5454
RequiredModules = @(
5555
@{ ModuleName='ImportExcel'; ModuleVersion='7.8.2' }
56-
@{ ModuleName='ExchangeOnlineManagement'; ModuleVersion='2.0.6' }
57-
@{ ModuleName='Microsoft.Graph.Users'; ModuleVersion='1.17.0' }
58-
@{ ModuleName='Microsoft.Graph.Groups'; ModuleVersion='1.17.0' }
59-
@{ ModuleName='Microsoft.Graph.Identity.DirectoryManagement'; ModuleVersion='1.17.0' }
60-
@{ ModuleName='Microsoft.Graph.Users.Actions'; ModuleVersion='1.17.0' }
56+
@{ ModuleName='ExchangeOnlineManagement'; ModuleVersion='3.5.0' }
57+
@{ ModuleName='Microsoft.Graph.Users'; ModuleVersion='2.25.0' }
58+
@{ ModuleName='Microsoft.Graph.Groups'; ModuleVersion='2.25.0' }
59+
@{ ModuleName='Microsoft.Graph.Identity.DirectoryManagement'; ModuleVersion='2.25.0' }
60+
@{ ModuleName='Microsoft.Graph.Users.Actions'; ModuleVersion='2.25.0' }
6161
@{ ModuleName='PSFramework'; ModuleVersion='1.8.289' }
62-
@{ ModuleName='PnP.PowerShell'; ModuleVersion='2.2.0' }
63-
#@{ ModuleName='Microsoft.Identity.Client'; RequiredVersion='4.50.0' }
62+
@{ ModuleName='PnP.PowerShell'; ModuleVersion='2.99.139' }
6463
)
6564

6665
# Assemblies that must be loaded prior to importing this module

0 commit comments

Comments
 (0)