File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ try {
139
139
PowerShellGet\Install-Module - Name Microsoft.PowerShell.UnixCompleters @prodAllUsers
140
140
PowerShellGet\Install-Module - Force PSReadLine @prodAllUsers
141
141
PowerShellGet\Install-Module - Name Az.Tools.Predictor @prodAllUsers
142
- PowerShellGet\Install-Module - Name ExchangeOnlineManagement - RequiredVersion 2.0 . 5 - Force
142
+ PowerShellGet\Install-Module - Name ExchangeOnlineManagement - RequiredVersion 3. 2 .0 - Force
143
143
PowerShellGet\Install-Module - Name Microsoft.PowerShell.SecretManagement @prodAllUsers
144
144
PowerShellGet\Install-Module - Name Microsoft.PowerShell.SecretStore @prodAllUsers
145
145
@@ -159,10 +159,6 @@ try {
159
159
160
160
if (Microsoft.PowerShell.Management\Test-Path $tempDirectory ) {
161
161
Write-Output (' Temp Directory: {0}' -f $tempDirectory )
162
-
163
- # Install the Exchange modules from the Azure storage
164
- Install-PSCloudShellFile - Source $tempDirectory - FileName ' EXOPSSessionConnector.zip' - Destination $modulePath - FileHash $script :dockerfileDataObject.ExoConnectorFileHash
165
- Write-Output " Installed Exchange Package."
166
162
}
167
163
168
164
# Copy the startup script to the all-users profile
Original file line number Diff line number Diff line change @@ -162,15 +162,6 @@ Describe "PowerShell Modules" {
162
162
163
163
}
164
164
165
- It " EXOConnector PowerShell Module" {
166
-
167
- $module = Get-Module - Name EXOPSSessionConnector - ListAvailable
168
- $module | Should -Not - BeNullOrEmpty
169
-
170
- # EXOPSSessionConnector module should have at least one command
171
- (Get-Command * - Module EXOPSSessionConnector).Count -ge 1 | Should - Be $true
172
- }
173
-
174
165
It " PowerBI PowerShell Module" {
175
166
176
167
$module = Get-Module - Name MicrosoftPowerBIMgmt - ListAvailable
@@ -227,7 +218,6 @@ Describe "PowerShell Modules" {
227
218
@ { ModuleName = " Az" }
228
219
@ { ModuleName = " MicrosoftPowerBIMgmt" }
229
220
@ { ModuleName = " GuestConfiguration" }
230
- @ { ModuleName = " EXOPSSessionConnector" }
231
221
@ { ModuleName = " MicrosoftTeams" }
232
222
@ { ModuleName = " Microsoft.PowerShell.UnixCompleters" }
233
223
@ { ModuleName = " Microsoft.PowerShell.SecretManagement" }
You can’t perform that action at this time.
0 commit comments