From 7547844bc3ca628b5c502a9e6b5b456ff4ceed30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C4=8Dnica=20Mellifera?= Date: Tue, 1 Nov 2022 22:15:42 -0700 Subject: [PATCH] swapped two config value descriptions. (#1414) ## Description config docs had two config descriptions swapped ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ x] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :hamster: Trivial/Minor ## Issue(s) * # ## Test Plan - [x ] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- docs/docs/setup/m365_access.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/setup/m365_access.md b/docs/docs/setup/m365_access.md index 58b8b0a8a..ea2e8b9ac 100644 --- a/docs/docs/setup/m365_access.md +++ b/docs/docs/setup/m365_access.md @@ -82,8 +82,8 @@ Copy the client and tenant IDs and export them into the following environment va ```powershell - $Env:AZURE_CLIENT_ID = "" - $Env:AZURE_TENANT_ID = "" + $Env:AZURE_CLIENT_ID = "" + $Env:AZURE_TENANT_ID = "" ```