We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a673eb commit 4f9abcfCopy full SHA for 4f9abcf
1 file changed
Modules/CIPPCore/Public/GraphHelper/Write-AlertTrace.ps1
@@ -20,8 +20,8 @@ function Write-AlertTrace {
20
$TableRow = @{
21
'PartitionKey' = $PartitionKey
22
'RowKey' = "$($tenantFilter)-$($cmdletName)"
23
- 'CmdletName' = $cmdletName
24
- 'Tenant' = $tenantFilter
+ 'CmdletName' = "$cmdletName"
+ 'Tenant' = "$tenantFilter"
25
'LogData' = [string]$LogData
26
}
27
$Table.Entity = $TableRow
@@ -33,8 +33,8 @@ function Write-AlertTrace {
33
34
35
36
37
38
39
40
0 commit comments