mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
removed unnecessary version_added values (#40773)
This commit is contained in:
committed by
Yunge Zhu
parent
f57d1013ea
commit
bf5cd98a2b
@@ -32,7 +32,6 @@ options:
|
||||
tags:
|
||||
description:
|
||||
- List of tags to be matched
|
||||
version_added: 2.6
|
||||
|
||||
extends_documentation_fragment:
|
||||
- azure
|
||||
|
||||
@@ -34,7 +34,6 @@ options:
|
||||
location:
|
||||
description:
|
||||
- Valid Azure location. Defaults to location of the resource group.
|
||||
version_added: 2.6
|
||||
storage_account:
|
||||
description:
|
||||
- Name of the storage account to use.
|
||||
@@ -42,11 +41,9 @@ options:
|
||||
aliases:
|
||||
- storage
|
||||
- storage_account_name
|
||||
version_added: 2.6
|
||||
app_settings:
|
||||
description:
|
||||
- Dictionary containing application settings
|
||||
version_added: 2.6
|
||||
state:
|
||||
description:
|
||||
- Assert the state of the Function App. Use 'present' to create or update a Function App and
|
||||
|
||||
@@ -59,7 +59,6 @@ options:
|
||||
choices:
|
||||
- absent
|
||||
- present
|
||||
version_added: 2.6
|
||||
|
||||
extends_documentation_fragment:
|
||||
- azure
|
||||
|
||||
@@ -72,7 +72,6 @@ options:
|
||||
description:
|
||||
- Create mode of SQL Server
|
||||
default: Default
|
||||
version_added: 2.6
|
||||
state:
|
||||
description:
|
||||
- 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:
|
||||
- absent
|
||||
- present
|
||||
version_added: 2.6
|
||||
|
||||
extends_documentation_fragment:
|
||||
- azure
|
||||
|
||||
@@ -59,7 +59,6 @@ options:
|
||||
choices:
|
||||
- absent
|
||||
- present
|
||||
version_added: 2.6
|
||||
|
||||
extends_documentation_fragment:
|
||||
- azure
|
||||
|
||||
@@ -72,7 +72,6 @@ options:
|
||||
description:
|
||||
- Create mode of SQL Server
|
||||
default: Default
|
||||
version_added: 2.6
|
||||
state:
|
||||
description:
|
||||
- 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:
|
||||
- present
|
||||
- absent
|
||||
version_added: 2.6
|
||||
|
||||
extends_documentation_fragment:
|
||||
- azure
|
||||
|
||||
@@ -54,7 +54,6 @@ options:
|
||||
choices:
|
||||
- absent
|
||||
- present
|
||||
version_added: "2.6"
|
||||
|
||||
extends_documentation_fragment:
|
||||
- azure
|
||||
|
||||
@@ -80,7 +80,6 @@ options:
|
||||
description:
|
||||
- Attempt deletion if resource already exists and cannot be updated
|
||||
type: bool
|
||||
version_added: "2.6"
|
||||
|
||||
extends_documentation_fragment:
|
||||
- azure
|
||||
|
||||
@@ -50,7 +50,6 @@ options:
|
||||
short_hostname:
|
||||
description:
|
||||
- Short host name
|
||||
version_added: 2.6
|
||||
vm_size:
|
||||
description:
|
||||
- A valid Azure VM size value. For example, 'Standard_D4'. The list of choices varies depending on the
|
||||
|
||||
@@ -32,7 +32,6 @@ options:
|
||||
tags:
|
||||
description:
|
||||
- List of tags to be matched
|
||||
version_added: 2.6
|
||||
format:
|
||||
description:
|
||||
- Format of the data returned.
|
||||
|
||||
Reference in New Issue
Block a user