removed unnecessary version_added values (#40773)

pull/40806/head
Zim Kalinowski 6 years ago committed by Yunge Zhu
parent f57d1013ea
commit bf5cd98a2b

@ -32,7 +32,6 @@ options:
tags: tags:
description: description:
- List of tags to be matched - List of tags to be matched
version_added: 2.6
extends_documentation_fragment: extends_documentation_fragment:
- azure - azure

@ -34,7 +34,6 @@ options:
location: location:
description: description:
- Valid Azure location. Defaults to location of the resource group. - Valid Azure location. Defaults to location of the resource group.
version_added: 2.6
storage_account: storage_account:
description: description:
- Name of the storage account to use. - Name of the storage account to use.
@ -42,11 +41,9 @@ options:
aliases: aliases:
- storage - storage
- storage_account_name - storage_account_name
version_added: 2.6
app_settings: app_settings:
description: description:
- Dictionary containing application settings - Dictionary containing application settings
version_added: 2.6
state: state:
description: description:
- Assert the state of the Function App. Use 'present' to create or update a Function App and - Assert the state of the Function App. Use 'present' to create or update a Function App and

@ -59,7 +59,6 @@ options:
choices: choices:
- absent - absent
- present - present
version_added: 2.6
extends_documentation_fragment: extends_documentation_fragment:
- azure - azure

@ -72,7 +72,6 @@ options:
description: description:
- Create mode of SQL Server - Create mode of SQL Server
default: Default default: Default
version_added: 2.6
state: state:
description: description:
- Assert the state of the MySQL Server. Use 'present' to create or update a server and 'absent' to delete it. - Assert the state of the MySQL Server. Use 'present' to create or update a server and 'absent' to delete it.
@ -80,7 +79,6 @@ options:
choices: choices:
- absent - absent
- present - present
version_added: 2.6
extends_documentation_fragment: extends_documentation_fragment:
- azure - azure

@ -59,7 +59,6 @@ options:
choices: choices:
- absent - absent
- present - present
version_added: 2.6
extends_documentation_fragment: extends_documentation_fragment:
- azure - azure

@ -72,7 +72,6 @@ options:
description: description:
- Create mode of SQL Server - Create mode of SQL Server
default: Default default: Default
version_added: 2.6
state: state:
description: description:
- Assert the state of the PostgreSQL server. Use 'present' to create or update a server and 'absent' to delete it. - Assert the state of the PostgreSQL server. Use 'present' to create or update a server and 'absent' to delete it.
@ -80,7 +79,6 @@ options:
choices: choices:
- present - present
- absent - absent
version_added: 2.6
extends_documentation_fragment: extends_documentation_fragment:
- azure - azure

@ -54,7 +54,6 @@ options:
choices: choices:
- absent - absent
- present - present
version_added: "2.6"
extends_documentation_fragment: extends_documentation_fragment:
- azure - azure

@ -80,7 +80,6 @@ options:
description: description:
- Attempt deletion if resource already exists and cannot be updated - Attempt deletion if resource already exists and cannot be updated
type: bool type: bool
version_added: "2.6"
extends_documentation_fragment: extends_documentation_fragment:
- azure - azure

@ -50,7 +50,6 @@ options:
short_hostname: short_hostname:
description: description:
- Short host name - Short host name
version_added: 2.6
vm_size: vm_size:
description: description:
- A valid Azure VM size value. For example, 'Standard_D4'. The list of choices varies depending on the - A valid Azure VM size value. For example, 'Standard_D4'. The list of choices varies depending on the

@ -32,7 +32,6 @@ options:
tags: tags:
description: description:
- List of tags to be matched - List of tags to be matched
version_added: 2.6
format: format:
description: description:
- Format of the data returned. - Format of the data returned.

Loading…
Cancel
Save