Skip to content

Commit c948c01

Browse files
author
Sheyla Trudo
committed
fixup! Move to Resource Module
1 parent 99aef3e commit c948c01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ steps:
8585
inlineScript: |
8686
set -e
8787
[[ -n $SYSTEM_DEBUG ]] && [[ $SYSTEM_DEBUG =~ $IS_TRUE ]] && set -x || set +x
88+
az upgrade
89+
az role assignment create --help
8890
8991
az role assignment create \
9092
--role "$ROLE_NAME" \

0 commit comments

Comments
 (0)