We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c948c01 commit 788ce33Copy full SHA for 788ce33
.pipelines/templates/artifact-storage.steps.yaml
@@ -409,11 +409,13 @@ steps:
409
inlineScript: |
410
set -e
411
[[ -n $SYSTEM_DEBUG ]] && [[ $SYSTEM_DEBUG =~ $IS_TRUE ]] && set -x || set +x
412
+ az upgrade
413
+ az role assignment create --help
414
415
az role assignment create \
416
--role "Storage Blob Data Contributor" \
- --assignee "$MANAGEDIDENTITY_OBJECTID" \
- --assignee-principal-type "ServicePrincipal" \
417
+ --assignee-object-id "$MANAGEDIDENTITY_OBJECTID" \
418
+ --assignee-principal-type ServicePrincipal \
419
--scope "$STORAGEACCOUNT_ID/blobServices/default/containers/$STORAGECONTAINER_NAME"
420
env:
421
MANAGEDIDENTITY_OBJECTID: $(managedidentity.ACNCI_MANAGEDIDENTITY_OBJECTID)
0 commit comments