From 80032639f1ca81d14a9eac6a5ca10b9f270e6660 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Thu, 17 Aug 2017 15:35:53 -0700 Subject: [PATCH] fix mismatch between created and referenced SP name Signed-off-by: Steve Kriss --- docs/cloud-provider-specifics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud-provider-specifics.md b/docs/cloud-provider-specifics.md index 0a994596c..fc605b748 100644 --- a/docs/cloud-provider-specifics.md +++ b/docs/cloud-provider-specifics.md @@ -213,7 +213,7 @@ To integrate Heptio Ark with Azure, you should follow the instructions below to ``` az login --service-principal \ - --username http://heptio-ark-test \ + --username http://heptio-ark \ --password $AZURE_CLIENT_SECRET \ --tenant $AZURE_TENANT_ID ```