Skip to content

Commit

Permalink
3.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Merola committed Jun 12, 2024
1 parent 6ce7e3e commit a95eeed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AzureResourceInventory.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# #
# * Azure Resource Inventory ( ARI ) Report Generator * #
# #
# Version: 3.1.20 #
# Version: 3.1.21 #
# #
# Date: 06/11/2024 #
# Date: 06/12/2024 #
# #
##########################################################################################
<#
Expand Down Expand Up @@ -830,7 +830,7 @@ param ($TenantID,
Add-Content -Path $Logfile -Value ('DrawIOCoreJob - '+(get-date -Format 'yyyy-MM-dd_HH_mm_ss')+' - Calling Draw.IO Thread')
try
{
$DrawRun = ([PowerShell]::Create()).AddScript($ModuSeq).AddArgument($($args[1])).AddArgument($($args[2] | ConvertFrom-Json)).AddArgument($($args[3])).AddArgument($($args[4])).AddArgument($($args[5])).AddArgument($($args[6])).AddArgument($($args[7]))
$DrawRun = ([PowerShell]::Create()).AddScript($ModuSeq).AddArgument($($args[1])).AddArgument($($args[2])).AddArgument($($args[3])).AddArgument($($args[4])).AddArgument($($args[5])).AddArgument($($args[6])).AddArgument($($args[7]))

$DrawJob = $DrawRun.BeginInvoke()

Expand All @@ -846,7 +846,7 @@ param ($TenantID,
}
Add-Content -Path $Logfile -Value ('DrawIOCoreJob - '+(get-date -Format 'yyyy-MM-dd_HH_mm_ss')+' - Draw.IO Ended.')

} -ArgumentList $PSScriptRoot, $Subscriptions, ($Resources | ConvertTo-Json -Depth 50), $Advisories, $DDFile, $DiagramCache, $FullEnv, $ResourceContainers ,$RunOnline, $Repo, $RawRepo | Out-Null
} -ArgumentList $PSScriptRoot, $Subscriptions, $Resources, $Advisories, $DDFile, $DiagramCache, $FullEnv, $ResourceContainers ,$RunOnline, $Repo, $RawRepo | Out-Null
}

<######################################################### VISIO DIAGRAM JOB ######################################################################>
Expand Down

0 comments on commit a95eeed

Please sign in to comment.