Skip to content

Commit e11c897

Browse files
author
Sheyla Trudo
committed
fixup! Artifacts
1 parent 8d9584e commit e11c897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/templates/artifact-storage.steps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ steps:
5151
az role assignment create \
5252
--role "Storage Account Contributor" \
5353
--assignee-principal-type ServicePrincipal \
54-
--assignee-object-id "$SP_APP_OID" \
54+
--assignee-object-id "$servicePrincipalId" \
5555
--scope "$RG_ID"
5656
az role assignment create \
5757
--role "Storage Blob Data Contributor" \
5858
--assignee-principal-type ServicePrincipal \
59-
--assignee-object-id "$SP_APP_OID" \
59+
--assignee-object-id "$servicePrincipalId" \
6060
--scope "$RG_ID"
6161
6262
else

0 commit comments

Comments
 (0)