Skip to content

Commit c852d8b

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Added managed tenants
1 parent ba6c237 commit c852d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/UpdateOpenApi.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (-not (Test-Path $ModuleMappingConfigPath)) {
3434
Write-Error "Module mapping file not be found: $ModuleMappingConfigPath."
3535
}
3636
$v1Excludes = @("WindowsUpdates")
37-
$betaExcludes = @("DeviceManagement.Administration", "Mail")
37+
$betaExcludes = @("DeviceManagement.Administration", "Mail", "ManagedTenants")
3838
$Stopwatch = [system.diagnostics.stopwatch]::StartNew()
3939
[HashTable] $ModuleMapping = Get-Content $ModuleMappingConfigPath | ConvertFrom-Json -AsHashTable
4040
$ModuleMapping.Keys | ForEach-Object -Begin { $RequestCount = 0 } -End { Write-Debug "Requests: $RequestCount" } -Process {

0 commit comments

Comments
 (0)