From e4eaff6bba550e80e54bf191227f72a7dba2c635 Mon Sep 17 00:00:00 2001 From: Evan Digby Date: Thu, 14 May 2020 06:00:27 -0700 Subject: [PATCH] s/Directoty/Directory (#9221) --- builder/azure/common/client/config.go | 2 +- website/pages/partials/builder/azure/common/client/Config.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/azure/common/client/config.go b/builder/azure/common/client/config.go index 617bb3215..5eb1d8a38 100644 --- a/builder/azure/common/client/config.go +++ b/builder/azure/common/client/config.go @@ -16,7 +16,7 @@ import ( // Config allows for various ways to authenticate Azure clients. // When `client_id` and `subscription_id` are specified, Packer will use the -// specified Azure Active Directoty (AAD) Service Principal (SP). +// specified Azure Active Directory (AAD) Service Principal (SP). // If only `subscription_id` is specified, Packer will try to interactively // log on the current user (tokens will be cached). // If none of these options are specified, Packer will attempt to use the diff --git a/website/pages/partials/builder/azure/common/client/Config.mdx b/website/pages/partials/builder/azure/common/client/Config.mdx index 086f9ceb1..2fac214bb 100644 --- a/website/pages/partials/builder/azure/common/client/Config.mdx +++ b/website/pages/partials/builder/azure/common/client/Config.mdx @@ -1,7 +1,7 @@ Config allows for various ways to authenticate Azure clients. When `client_id` and `subscription_id` are specified, Packer will use the -specified Azure Active Directoty (AAD) Service Principal (SP). +specified Azure Active Directory (AAD) Service Principal (SP). If only `subscription_id` is specified, Packer will try to interactively log on the current user (tokens will be cached). If none of these options are specified, Packer will attempt to use the