adding enable_rbac option in aks (#47730)

* adding enable_rbac option in aks

* fixes

* addressed comments
This commit is contained in:
Zim Kalinowski
2018-10-29 14:36:38 +08:00
committed by GitHub
parent bc1e6b3039
commit 7c11c67156
2 changed files with 21 additions and 2 deletions

View File

@@ -45,6 +45,7 @@
- name: default
count: 1
vm_size: Standard_DS1_v2
enable_rbac: yes
register: output
- name: Assert the AKS instance is well created
@@ -81,6 +82,7 @@
- name: default
count: 1
vm_size: Standard_DS1_v2
enable_rbac: yes
register: output
- name: Assert idempotent