We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6c237 commit c852d8bCopy full SHA for c852d8b
tools/UpdateOpenApi.ps1
@@ -34,7 +34,7 @@ if (-not (Test-Path $ModuleMappingConfigPath)) {
34
Write-Error "Module mapping file not be found: $ModuleMappingConfigPath."
35
}
36
$v1Excludes = @("WindowsUpdates")
37
-$betaExcludes = @("DeviceManagement.Administration", "Mail")
+$betaExcludes = @("DeviceManagement.Administration", "Mail", "ManagedTenants")
38
$Stopwatch = [system.diagnostics.stopwatch]::StartNew()
39
[HashTable] $ModuleMapping = Get-Content $ModuleMappingConfigPath | ConvertFrom-Json -AsHashTable
40
$ModuleMapping.Keys | ForEach-Object -Begin { $RequestCount = 0 } -End { Write-Debug "Requests: $RequestCount" } -Process {
0 commit comments