mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update Azure doc fragment (#15450)
* Add default attribute to all option doc strings. * Fix fragment file name.
This commit is contained in:
parent
621b98668f
commit
f28a0ca4bb
1 changed files with 7 additions and 0 deletions
|
@ -31,31 +31,38 @@ options:
|
|||
- Active Directory username. Use when authenticating with an Active Directory user rather than service
|
||||
principal.
|
||||
required: false
|
||||
default: null
|
||||
password:
|
||||
description:
|
||||
- Active Directory user password. Use when authenticating with an Active Directory user rather than service
|
||||
principal.
|
||||
required: false
|
||||
default: null
|
||||
profile:
|
||||
description:
|
||||
- Security profile found in ~/.azure/credentials file.
|
||||
required: false
|
||||
default: null
|
||||
subscription_id:
|
||||
description:
|
||||
- Your Azure subscription Id.
|
||||
required: false
|
||||
default: null
|
||||
client_id:
|
||||
description:
|
||||
- Azure client ID. Use when authenticating with a Service Principal.
|
||||
required: false
|
||||
default: null
|
||||
secret:
|
||||
description:
|
||||
- Azure client secret. Use when authenticating with a Service Principal.
|
||||
required: false
|
||||
default: null
|
||||
tenant:
|
||||
description:
|
||||
- Azure tenant ID. Use when authenticating with a Service Principal.
|
||||
required: false
|
||||
default: null
|
||||
|
||||
requirements:
|
||||
- "python >= 2.7"
|
||||
|
|
Loading…
Reference in a new issue