We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8721a32 commit bdf04d3Copy full SHA for bdf04d3
infra/main.bicep
@@ -134,8 +134,7 @@ var modelDeployment = {
134
135
var abbrs = loadJsonContent('./abbreviations.json')
136
137
-@description('Optional created by user name')
138
-param createdBy string = empty(deployer().userPrincipalName) ? '' : split(deployer().userPrincipalName, '@')[0]
+
139
140
// ========== Resource Group Tag ========== //
141
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
@@ -144,7 +143,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
144
143
tags: {
145
...allTags
146
TemplateName: 'Code Modernization'
147
- CreatedBy: createdBy
148
}
149
150
0 commit comments