Skip to content

Commit 0c967d7

Browse files
Add createdBy parameter with user description
1 parent 864a912 commit 0c967d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ var modelDeployment = {
134134

135135
var abbrs = loadJsonContent('./abbreviations.json')
136136

137+
@description('Tag, Created by user name')
137138
param createdBy string = contains(deployer(), 'userPrincipalName')? split(deployer().userPrincipalName, '@')[0]: deployer().objectId
138139

139140

0 commit comments

Comments
 (0)