Skip to content

Commit b66a5fc

Browse files
committed
update tag view
1 parent 616f7fd commit b66a5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Resources/Resources.format.ps1xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
<ItemSelectionCondition>
527527
<ScriptBlock>$_.Tags -ne $null -And $_.Tags.Keys.Count -ne 0</ScriptBlock>
528528
</ItemSelectionCondition>
529-
<ScriptBlock>$s = ""; foreach($v in $_.Tags.Keys) { $n = ""; if ($s -ne "") { $n = "`n"; } $s = $s + $n + "{" + "Key: " + $v + ", Value: " + $_.Tags[$v] + "}"} $s;</ScriptBlock>
529+
<ScriptBlock>$_.Tags</ScriptBlock>
530530
</ListItem>
531531
<ListItem>
532532
<Label>ResourcesCleanupAction</Label>

0 commit comments

Comments
 (0)