mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 00:11:41 -04:00
s/Directoty/Directory (#9221)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!-- 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.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user