Skip to content

Commit 324f562

Browse files
Add createdBy parameter to main.bicep
1 parent fae1aca commit 324f562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Deployment/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var resourceGroupLocation = resourceGroup().location
2424
var abbrs = loadJsonContent('./abbreviations.json')
2525

2626
@description('Optional created by user name')
27-
param createdBy string //= empty(deployer().userPrincipalName) ? '' : split(deployer().userPrincipalName, '@')[0]
27+
param createdBy string
2828

2929
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
3030
name: 'default'

0 commit comments

Comments
 (0)