From 9927ec3130947dcf23331653b606fd244d60a006 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Thu, 22 Dec 2022 20:37:04 -0800 Subject: [PATCH] Fix error introduced by search/replace (#1928) ## Description Fix Azure client ID docs description ## Does this PR need a docs update or release note? - [x] :no_entry: No ## Type of change - [x] :bug: Bugfix - [x] :world_map: Documentation --- website/docs/quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/quickstart.md b/website/docs/quickstart.md index fbc6dce7c..89f3e69a1 100644 --- a/website/docs/quickstart.md +++ b/website/docs/quickstart.md @@ -27,7 +27,7 @@ Obtaining credentials from Microsoft 365 to allow Corso to run is a one-time ope ```powershell - $Env:AZURE_CLIENT_ID = "" + $Env:AZURE_CLIENT_ID = "" $Env:AZURE_TENANT_ID = "" $Env:AZURE_CLIENT_SECRET = "" ``` @@ -36,7 +36,7 @@ Obtaining credentials from Microsoft 365 to allow Corso to run is a one-time ope ```bash - export AZURE_CLIENT_ID= + export AZURE_CLIENT_ID= export AZURE_TENANT_ID= export AZURE_CLIENT_SECRET= ``` @@ -45,7 +45,7 @@ Obtaining credentials from Microsoft 365 to allow Corso to run is a one-time ope ```bash - export AZURE_CLIENT_ID= + export AZURE_CLIENT_ID= export AZURE_TENANT_ID= export AZURE_CLIENT_SECRET= ```