From ba66251f5212666da00600ab8bf6f0c0a46c53f6 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Wed, 2 Nov 2022 00:22:46 -0700 Subject: [PATCH] Fix flipped description of Azure PS env variables (#1413) ## Description Fix flipped descriptions ## Type of change - [x] :bug: Bugfix - [x] :world_map: Documentation --- docs/docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 00eeaf147..88aa29dd6 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -27,8 +27,8 @@ Obtaining credentials from Microsoft 365 to allow Corso to run is a one-time ope ```powershell - $Env:AZURE_CLIENT_ID = "" - $Env:AZURE_TENANT_ID = "" + $Env:AZURE_CLIENT_ID = "" + $Env:AZURE_TENANT_ID = "" $Env:AZURE_CLIENT_SECRET = "" ```