refine aks document (#43810)

(cherry picked from commit 6dce96e1d0)
pull/44081/head
Yuwei Zhou 6 years ago committed by Matt Clay
parent 9794e5b610
commit afa818acb2

@ -123,19 +123,8 @@ EXAMPLES = '''
- name: Remove a managed Azure Container Services (AKS) instance
azure_rm_aks:
name: acctestaks3
location: eastus
dns_prefix: akstest
resource_group: Testing
state: absent
linux_profile:
admin_username: azureuser
ssh_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAA...
agent_pool_profiles:
- name: default
count: 4
vm_size: Standard_A0
tags:
Ansible: azure_rm_aks
'''
RETURN = '''
state:

Loading…
Cancel
Save