Skip to content

Commit

Permalink
Fix blank tag for ARM template
Browse files Browse the repository at this point in the history
  • Loading branch information
plzm committed Apr 18, 2024
1 parent 938f943 commit 18dde68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/AzureUtility.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Get-TagsForArmTemplate()
}
else
{
$tagsForArm = $null
$tagsForArm = "{}"
}

return $tagsForArm
Expand Down

0 comments on commit 18dde68

Please sign in to comment.