From 4cc60be09128ae68aa9131a0e3f16a745b31a30b Mon Sep 17 00:00:00 2001 From: Keepers Date: Wed, 19 Oct 2022 14:43:26 -0600 Subject: [PATCH] add azure_tenant_id envvar --env entry (#1219) ## Type of change - [x] :bug: Bugfix ## Issue(s) * #1211 ## Test Plan - [x] :muscle: Manual --- src/cli/help/env.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/help/env.go b/src/cli/help/env.go index dd221649b..432e3a40a 100644 --- a/src/cli/help/env.go +++ b/src/cli/help/env.go @@ -69,6 +69,7 @@ var ( azureEVs = []envVar{ {azure, "AZURE_CLIENT_ID", "Client ID for your Azure AD application used to access your M365 tenant."}, {azure, "AZURE_CLIENT_SECRET", "Azure secret for your Azure AD application used to access your M365 tenant."}, + {azure, "AZURE_TENANT_ID", "ID for the M365 tenant where the Azure AD application is registered."}, } awsEVs = []envVar{ {aws, "AWS_ACCESS_KEY_ID", "AWS access key for an IAM user or role for accessing an S3 bucket."},