sync: auto-sync from GURU-5070 at 2026-06-14 20:04:14

Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-14 20:04:14
This commit is contained in:
2026-06-14 20:05:02 -07:00
parent 30933bd35d
commit c5d4d3527c
119 changed files with 5204 additions and 1 deletions

View File

@@ -82,9 +82,18 @@ case "$TIER" in
VAULT_PATH="msp-tools/computerguru-intune-manager.sops.yaml"
SCOPE_URL="https://graph.microsoft.com/.default"
;;
mailbox)
# ACG-INTERNAL ONLY. Single-tenant app (azcomputerguru.com) for /mailbox + contacts.
# Mail.ReadWrite + Mail.Send + Contacts.ReadWrite. Replaces the dead FABB app.
# SP accountEnabled is toggled OFF when idle (see mailbox-app-toggle.sh) — if a token
# request 401s with "account is disabled", turn it on first.
CLIENT_ID="1873b1b0-3377-485c-a848-bae9b2f8f1f5"
VAULT_PATH="msp-tools/computerguru-mailbox.sops.yaml"
SCOPE_URL="https://graph.microsoft.com/.default"
;;
*)
echo "ERROR: unknown tier '$TIER'." >&2
echo "Valid tiers: investigator | investigator-exo | exchange-op | user-manager | tenant-admin | tenant-admin-onboard | defender | intune-manager" >&2
echo "Valid tiers: investigator | investigator-exo | exchange-op | user-manager | tenant-admin | tenant-admin-onboard | defender | intune-manager | mailbox" >&2
exit 2
;;
esac