s/Directoty/Directory (#9221)

This commit is contained in:
Evan Digby 2020-05-14 06:00:27 -07:00 committed by GitHub
parent cd5925ebbd
commit e4eaff6bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import (
// Config allows for various ways to authenticate Azure clients. // Config allows for various ways to authenticate Azure clients.
// When `client_id` and `subscription_id` are specified, Packer will use the // 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 // If only `subscription_id` is specified, Packer will try to interactively
// log on the current user (tokens will be cached). // log on the current user (tokens will be cached).
// If none of these options are specified, Packer will attempt to use the // If none of these options are specified, Packer will attempt to use the

View File

@ -1,7 +1,7 @@
<!-- Code generated from the comments of the Config struct in builder/azure/common/client/config.go; DO NOT EDIT MANUALLY --> <!-- Code generated from the comments of the Config struct in builder/azure/common/client/config.go; DO NOT EDIT MANUALLY -->
Config allows for various ways to authenticate Azure clients. Config allows for various ways to authenticate Azure clients.
When `client_id` and `subscription_id` are specified, Packer will use the 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 If only `subscription_id` is specified, Packer will try to interactively
log on the current user (tokens will be cached). log on the current user (tokens will be cached).
If none of these options are specified, Packer will attempt to use the If none of these options are specified, Packer will attempt to use the