We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb9268 commit 90bfbaaCopy full SHA for 90bfbaa
1 file changed
infra/main.bicep
@@ -136,8 +136,7 @@ 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
-@description('Deployment UTC timestamp')
140
-param createdDate string = any('utcNow(''yyyy-MM-ddTHH:mm:ssZ'')')
+
141
// ========== Resource Group Tag ========== //
142
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
143
name: 'default'
@@ -146,7 +145,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
146
145
...allTags
147
TemplateName: 'Code Modernization'
148
CreatedBy: createdBy
149
- CreatedDate:createdDate
150
}
151
152
0 commit comments