File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ function Initialize-Dependencies {
9999 [Microsoft.PowerShell.Commands.ModuleSpecification []]$requiredModules = $moduleManifest.RequiredModules
100100 [Microsoft.PowerShell.Commands.ModuleSpecification []]$externalModuleDependencies = $moduleManifest.PrivateData.ExternalModuleDependencies
101101 [Microsoft.PowerShell.Commands.ModuleSpecification []]$windowsPowerShellRequiredModules = @ (
102- @ {ModuleName = ' ExchangeOnlineManagement' ; GUID = ' b5eced50-afa4-455b-847a-d8fb64140a22' ; ModuleVersion = ' 3.9.2 ' ; }, # Works on PS7
102+ @ {ModuleName = ' ExchangeOnlineManagement' ; GUID = ' b5eced50-afa4-455b-847a-d8fb64140a22' ; RequiredVersion = ' 3.9.0 ' ; }, # Works on PS7
103103 @ {ModuleName = ' Microsoft.Online.SharePoint.PowerShell' ; GUID = ' adedde5f-e77b-4682-ab3d-a4cb4ff79b83' ; ModuleVersion = ' 16.0.26914.12004' ; },
104104 @ {ModuleName = ' AipService' ; GUID = ' e338ccc0-3333-4479-87fe-66382d33782d' ; ModuleVersion = ' 3.0.0.1' ; }
105105 ) # TODO: This needs a fix in the build process.
You can’t perform that action at this time.
0 commit comments