From 4653f892c877cae6593a8e7c6c16659c6b2e4b1e Mon Sep 17 00:00:00 2001 From: Emma Date: Mon, 21 Aug 2017 09:30:30 +0200 Subject: [PATCH] Documentation fix - subnet_name (#28462) virtual_network was incorrectly stated as an alias for subnet_name. It should be 'subnet'. --- lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py index 5b73c8f557f..a2f6787a1d1 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_virtualmachine.py @@ -170,7 +170,7 @@ options: The new network interface will be assigned to the first subnet found in the virtual network. Use this parameter to provide a specific subnet instead. aliases: - - virtual_network + - subnet remove_on_absent: description: - When removing a VM using state 'absent', also remove associated resources