support overprovision in azure_rm_vmss (#49806)

This commit is contained in:
Yuwei Zhou
2018-12-14 16:48:40 +08:00
committed by Zim Kalinowski
parent f2eef2d30b
commit 7609a8cdd6
3 changed files with 22 additions and 1 deletions

View File

@@ -215,6 +215,7 @@
os_disk_caching: "{{ body.os_disk_caching }}"
image: "{{ body.image }}"
data_disks: "{{ body.data_disks }}"
overprovision: "{{ body.overprovision }}"
register: results
- name: Assert that nothing was changed