fixed vmss required parameters handling (#51012)

This commit is contained in:
Zim Kalinowski
2019-01-18 10:25:47 +08:00
committed by GitHub
parent 30227ace98
commit 308e4c31c6
2 changed files with 8 additions and 21 deletions

View File

@@ -263,14 +263,6 @@
resource_group: "{{ resource_group }}"
name: testVMSS{{ rpfx }}
state: absent
remove_on_absent: ['all']
vm_size: Standard_B1s
capacity: 1
image:
offer: CoreOS
publisher: CoreOS
sku: Stable
version: latest
- name: Create VMSS with security group in same resource group, with accelerated networking(check mode).
azure_rm_virtualmachine_scaleset:
@@ -402,14 +394,6 @@
resource_group: "{{ resource_group }}"
name: testVMSS{{ rpfx }}2
state: absent
remove_on_absent: ['all']
vm_size: Standard_B1s
capacity: 1
image:
offer: CoreOS
publisher: CoreOS
sku: Stable
version: latest
- name: Fail when instance type is not supported to enable accelerated networking
azure_rm_virtualmachine_scaleset: