From c86fe7af76a89245e6483addd658ec4d10e27e0a Mon Sep 17 00:00:00 2001 From: Renan Novas Date: Thu, 23 Sep 2021 12:10:13 -0300 Subject: [PATCH] Update README.md --- quickstart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/README.md b/quickstart/README.md index a064ffd..f0ab7b4 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -128,7 +128,7 @@ Execute all these steps below to setup your evironment before running the Hands- # You don't need to change any of the following values below git config --global user.email "hol@microsoft.com" git config --global user.name "HOL Setup User" - $env:AZURE_DEVOPS_EXT_PAT_TEMPLATE="zmmxgs34zsj3i62fmq4xi457q4aynakerpl64ya2fedko42ojmsa" + $env:AZURE_DEVOPS_EXT_PAT_TEMPLATE="THIS VALUE WILL BE PROVIDED BY MICROSOFT ON THE LAB DAY" ``` > This command configures git and defines an environment variable that will be used to setup your Azure DevOps project.