From bf5cd98a2bba05228e9c81d16f74f91ac45efe27 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Mon, 28 May 2018 09:57:18 +0800 Subject: [PATCH] removed unnecessary version_added values (#40773) --- .../modules/cloud/azure/azure_rm_availabilityset_facts.py | 1 - lib/ansible/modules/cloud/azure/azure_rm_functionapp.py | 3 --- lib/ansible/modules/cloud/azure/azure_rm_mysqldatabase.py | 1 - lib/ansible/modules/cloud/azure/azure_rm_mysqlserver.py | 2 -- lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py | 1 - lib/ansible/modules/cloud/azure/azure_rm_postgresqlserver.py | 2 -- lib/ansible/modules/cloud/azure/azure_rm_sqlserver.py | 1 - lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py | 1 - .../modules/cloud/azure/azure_rm_virtualmachine_scaleset.py | 1 - .../cloud/azure/azure_rm_virtualmachine_scaleset_facts.py | 1 - 10 files changed, 14 deletions(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_availabilityset_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_availabilityset_facts.py index b755dc63232..67c9336f4b8 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_availabilityset_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_availabilityset_facts.py @@ -32,7 +32,6 @@ options: tags: description: - List of tags to be matched - version_added: 2.6 extends_documentation_fragment: - azure diff --git a/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py b/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py index 8f5003ab8a6..23e276f9c70 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_functionapp.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_mysqldatabase.py b/lib/ansible/modules/cloud/azure/azure_rm_mysqldatabase.py index 9d03d369850..f89eb19c5df 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_mysqldatabase.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_mysqldatabase.py @@ -59,7 +59,6 @@ options: choices: - absent - present - version_added: 2.6 extends_documentation_fragment: - azure diff --git a/lib/ansible/modules/cloud/azure/azure_rm_mysqlserver.py b/lib/ansible/modules/cloud/azure/azure_rm_mysqlserver.py index 281eb23dab9..1c8d63fef71 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_mysqlserver.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_mysqlserver.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py b/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py index 18f64f2c20d..58022307cbf 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_postgresqldatabase.py @@ -59,7 +59,6 @@ options: choices: - absent - present - version_added: 2.6 extends_documentation_fragment: - azure diff --git a/lib/ansible/modules/cloud/azure/azure_rm_postgresqlserver.py b/lib/ansible/modules/cloud/azure/azure_rm_postgresqlserver.py index b719a1d5aff..f4dde9dcc05 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_postgresqlserver.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_postgresqlserver.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_sqlserver.py b/lib/ansible/modules/cloud/azure/azure_rm_sqlserver.py index 71a0293597c..d69980e6829 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_sqlserver.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_sqlserver.py @@ -54,7 +54,6 @@ options: choices: - absent - present - version_added: "2.6" extends_documentation_fragment: - azure diff --git a/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py b/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py index 10b3ac2735b..5caf7bedbf2 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_storageaccount.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset.py b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset.py index 4a1078e945f..a470a06738e 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset.py @@ -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 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset_facts.py index c8b630863aa..dbdec678a7e 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine_scaleset_facts.py @@ -32,7 +32,6 @@ options: tags: description: - List of tags to be matched - version_added: 2.6 format: description: - Format of the data returned.