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 864a912 commit 0c967d7Copy full SHA for 0c967d7
infra/main.bicep
@@ -134,6 +134,7 @@ var modelDeployment = {
134
135
var abbrs = loadJsonContent('./abbreviations.json')
136
137
+@description('Tag, Created by user name')
138
param createdBy string = contains(deployer(), 'userPrincipalName')? split(deployer().userPrincipalName, '@')[0]: deployer().objectId
139
140
0 commit comments