Reoder env help output for consistency with docs (#1272)

## Description

Trivial change

## Type of change

- [x] 🐹 Trivial/Minor
This commit is contained in:
Niraj Tolia 2022-10-20 20:07:07 -07:00 committed by GitHub
parent d7ec159b08
commit c0453c44b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,8 +68,8 @@ 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."},
{azure, "AZURE_CLIENT_SECRET", "Azure secret for your Azure AD application used to access your M365 tenant."},
}
awsEVs = []envVar{
{aws, "AWS_ACCESS_KEY_ID", "Access key for an IAM user or role for accessing an S3 bucket."},