Update Azure doc fragment (#15450)

* Add default attribute to all option doc strings.

* Fix fragment file name.
pull/15419/head
Chris Houseknecht 9 years ago committed by Brian Coca
parent 621b98668f
commit f28a0ca4bb

@ -31,31 +31,38 @@ options:
- Active Directory username. Use when authenticating with an Active Directory user rather than service - Active Directory username. Use when authenticating with an Active Directory user rather than service
principal. principal.
required: false required: false
default: null
password: password:
description: description:
- Active Directory user password. Use when authenticating with an Active Directory user rather than service - Active Directory user password. Use when authenticating with an Active Directory user rather than service
principal. principal.
required: false required: false
default: null
profile: profile:
description: description:
- Security profile found in ~/.azure/credentials file. - Security profile found in ~/.azure/credentials file.
required: false required: false
default: null
subscription_id: subscription_id:
description: description:
- Your Azure subscription Id. - Your Azure subscription Id.
required: false required: false
default: null
client_id: client_id:
description: description:
- Azure client ID. Use when authenticating with a Service Principal. - Azure client ID. Use when authenticating with a Service Principal.
required: false required: false
default: null
secret: secret:
description: description:
- Azure client secret. Use when authenticating with a Service Principal. - Azure client secret. Use when authenticating with a Service Principal.
required: false required: false
default: null
tenant: tenant:
description: description:
- Azure tenant ID. Use when authenticating with a Service Principal. - Azure tenant ID. Use when authenticating with a Service Principal.
required: false required: false
default: null
requirements: requirements:
- "python >= 2.7" - "python >= 2.7"

Loading…
Cancel
Save