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 efbe275 commit 2ab03a6Copy full SHA for 2ab03a6
examples/resource-management/04-RoleAssignments.sh
@@ -22,5 +22,6 @@ azure role assignment create --ObjectId "$userId" --RoleDefinitionId "$roleDefin
22
printf "\n3. Delete last created Role Assignment.\n"
23
assignments=$(azure role assignment get)
24
assignmentId=$(echo $assignments | cat | jq '.[-1].ObjectId' -s --raw-output)
25
+echo "Deleting assignment: $assignmentId"
26
azure role assignment remove --ObjectId "$assignmentId" --Scope "$scope" --RoleDefinitionId "$roleDefinitionId" -f
27
export MSYS_NO_PATHCONV=
0 commit comments