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 b755dc6323..67c9336f4b 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 8f5003ab8a..23e276f9c7 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 9d03d36985..f89eb19c5d 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 281eb23dab..1c8d63fef7 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 18f64f2c20..58022307cb 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 b719a1d5af..f4dde9dcc0 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 71a0293597..d69980e682 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 10b3ac2735..5caf7bedbf 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 4a1078e945..a470a06738 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 c8b630863a..dbdec678a7 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.