File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ function Test-EntraScript {
109
109
110
110
$testParam = @ {
111
111
Quiet = $Quiet
112
- # ForbiddenCommands = $script:MISSING_CMDS # Originally set when using the Compat builder
112
+ ForbiddenCommands = $script :MISSING_CMDS
113
113
}
114
114
}
115
115
process {
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ function Test-EntraScript {
109
109
110
110
$testParam = @ {
111
111
Quiet = $Quiet
112
- # ForbiddenCommands = $script:MISSING_CMDS # Originally set when using the Compat builder
112
+ ForbiddenCommands = $script :MISSING_CMDS
113
113
}
114
114
}
115
115
process {
Original file line number Diff line number Diff line change @@ -365,14 +365,6 @@ foreach (`$subModule in `$subModules) {
365
365
$requiredModules += @ { ModuleName = $module ; RequiredVersion = $content.version }
366
366
}
367
367
}
368
-
369
- # Ensure Enable-EntraAzureADAlias is explicitly exported in Microsoft.Entra
370
- # $functionsToExport = if ($Module -eq 'EntraBeta') {
371
- # @()
372
- # }
373
- # else {
374
- # @("Enable-EntraAzureADAlias")
375
- # }
376
368
377
369
$modulePath = Join-Path $rootPath $moduleName
378
370
You can’t perform that action at this time.
0 commit comments