From 3fce39d610818eb1d626fa3037fbd2bae16b3b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Alonso?= Date: Fri, 14 Feb 2020 17:19:44 +0100 Subject: [PATCH] Update azure_rm_aks.py (#66900) --- lib/ansible/modules/cloud/azure/azure_rm_aks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_aks.py b/lib/ansible/modules/cloud/azure/azure_rm_aks.py index ef49340052e..ad509db340e 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_aks.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_aks.py @@ -74,6 +74,9 @@ options: description: - The VM Size of each of the Agent Pool VM's (e.g. C(Standard_F1) / C(Standard_D2v2)). required: true + vnet_subnet_id: + description: + - Id of subnet for Agent Pool VM's Network Interfaces os_disk_size_gb: description: - Size of the OS disk.