File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ jobs:
137137 imageTag="${IMAGE_TAG}" \
138138 azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
139139 gptModelCapacity=150 \
140- createdBy="Pipeline" \
141140 --output json
142141
143142 - name : Extract Web App and API App URLs
Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ var allTags = union(
170170 },
171171 tags
172172)
173- @ description ( 'Optional created by user name' )
174- param createdBy string = empty ( deployer (). userPrincipalName ) ? '' : split ( deployer (). userPrincipalName , '@' )[ 0 ]
173+ param createdBy string = contains ( deployer (), 'userPrincipalName' )? split ( deployer (). userPrincipalName , '@' )[ 0 ]: deployer (). objectId
174+
175175
176176resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
177177 name : 'default'
You can’t perform that action at this time.
0 commit comments