orbsfoc

Results 1 comments of orbsfoc

CURRENT_USER_OBJECTID=$(az ad signed-in-user show --query objectId -o tsv) should be: CURRENT_USER_OBJECTID=$(az ad signed-in-user show --query id -o tsv) in create-azure-ad-group.sh by the looks of it