s/Directoty/Directory (#9221)
This commit is contained in:
parent
cd5925ebbd
commit
e4eaff6bba
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue