WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9599829

Browse files
fix: Resolved cnflict issue
1 parent b5f688a commit 9599829

File tree

2 files changed

+104
-71
lines changed

2 files changed

+104
-71
lines changed

infra/main.bicep

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,6 @@ var logAnalyticsWorkspaceResourceId = useExistingLogAnalytics ? existingLogAnal
278278
@description('Optional created by user name')
279279
param createdBy string = empty(deployer().userPrincipalName) ? '' : split(deployer().userPrincipalName, '@')[0]
280280

281-
@description('Optional created by user name')
282-
param createdBy string = empty(deployer().userPrincipalName) ? '' : split(deployer().userPrincipalName, '@')[0]
283-
284281
// ========== Resource Group Tag ========== //
285282
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
286283
name: 'default'

0 commit comments

Comments
 (0)