From d4eef561de6fc078f08d06dbaf1d399c6511f818 Mon Sep 17 00:00:00 2001 From: Jianghao Lu Date: Fri, 16 Jun 2017 14:10:20 -0700 Subject: [PATCH] Fix a typo in auth --- AUTH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTH.md b/AUTH.md index 566f27992779a..59349e9b8da70 100644 --- a/AUTH.md +++ b/AUTH.md @@ -34,7 +34,7 @@ If your service principal uses certificate authentication, your authentication f ``` certificate= -certifcatePassword=XXXXXXXXXXXXXXXX +certificatePassword=XXXXXXXXXXXXXXXX ``` This approach enables unattended authentication for your application (i.e. no interactive user login, no token management needed). The `subscription` represents the subscription ID you want to use as the default subscription. The remaining URIs and URLs represent the end points for the needed Azure services, and the example above assumes you are using the Azure worldwide cloud.