docs:update comment

This commit is contained in:
DrIOS
2024-12-26 10:44:59 -06:00
parent d11ebf47a6
commit 80c9c73c83

View File

@@ -21,6 +21,7 @@ function Assert-ModuleAvailability {
Write-Verbose "$ModuleName module is already at required version or newer." Write-Verbose "$ModuleName module is already at required version or newer."
} }
if ($ModuleName -eq "Microsoft.Graph") { if ($ModuleName -eq "Microsoft.Graph") {
# "Preloading Microsoft.Graph assembly to prevent type-loading issues..."
Write-Verbose "Preloading Microsoft.Graph assembly to prevent type-loading issues..." Write-Verbose "Preloading Microsoft.Graph assembly to prevent type-loading issues..."
try { try {
# Run a harmless cmdlet to preload the assembly # Run a harmless cmdlet to preload the assembly