Skip to content

Commit 4952d78

Browse files
Merge pull request #583 from microsoft/dev
chore: Dev to Main changes merge
2 parents 6319b53 + 0422e20 commit 4952d78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/main.bicep

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,15 @@ var solutionSuffix = toLower(trim(replace(
106106
'*',
107107
''
108108
)))
109-
109+
var deployerInfo = deployer()
110110
// ========== Resource Group Tag ========== //
111111
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
112112
name: 'default'
113113
properties: {
114114
tags: {
115115
... tags
116116
TemplateName: 'KM Generic'
117+
CreatedBy: split(deployerInfo.userPrincipalName, '@')[0]
117118
}
118119
}
119120
}

0 commit comments

Comments
 (0)