File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,8 @@ var abbrs = loadJsonContent('./abbreviations.json')
136136
137137@description ('Optional created by user name' )
138138param createdBy string = empty (deployer ().userPrincipalName ) ? '' : split (deployer ().userPrincipalName , '@' )[0 ]
139-
139+ @description ('Deployment UTC timestamp' )
140+ param createdDate string ='yyyy-MM-ddTHH:mm:ssZ'
140141// ========== Resource Group Tag ========== //
141142resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
142143 name : 'default'
@@ -145,6 +146,7 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
145146 ...allTags
146147 TemplateName : 'Code Modernization'
147148 CreatedBy : createdBy
149+ CreatedDate :createdDate
148150 }
149151 }
150152}
You can’t perform that action at this time.
0 commit comments