Skip to content

Commit 68026c7

Browse files
author
Sheyla Trudo
committed
fixup! Move to Resource Module
1 parent c57f52d commit 68026c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/templates/create-or-update-resource.steps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ steps:
161161
condition: ${{ parameters.updateCondition }}
162162

163163
env:
164-
${{ if eq(parameters.resourceType, 'roledefinition') }}:
165-
ROLEDEFINITION_JSON: '${{ parameters.inputs.roleDefinitionJson }}'
164+
${{ if eq(parameters.resourceType, 'roledefinition') }}:
165+
ROLEDEFINITION_JSON: '${{ parameters.inputs.roleDefinitionJson }}'
166166

167167
inputs:
168168
azureSubscription: ${{ parameters.serviceConnection }}

0 commit comments

Comments
 (0)