Skip to content

Commit

Permalink
fix error in cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi committed Aug 8, 2023
1 parent cf7255a commit 97dae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/scripts/setup_local_debugging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ az role assignment create \
# Assign get permissions on the keyvault
az keyvault set-policy \
--name "${KEYVAULT}" \
--application-id "${RP_TESTING_SP_APP_ID}" \
--spn "${RP_TESTING_SP_APP_ID}" \
--secret-permissions get


Expand Down

0 comments on commit 97dae41

Please sign in to comment.