Skip to content

Commit 5e95468

Browse files
author
Sheyla Trudo
committed
fixup! Move to Resource Module
1 parent 4c04f06 commit 5e95468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ parameters:
2929

3030
steps:
3131

32-
${{ if parameters.createCondition }}:
32+
- ${{ if parameters.createCondition }}:
3333
- task: AzureCLI@2
3434
displayName: "[CREATE] ARM Details - (${{ parameters.resourceType }})"
3535
condition: ${{ parameters.createCondition }}

0 commit comments

Comments
 (0)