refine aks document (#43810)

This commit is contained in:
Yuwei Zhou 2018-08-08 15:51:23 +08:00 committed by Zim Kalinowski
parent 5f8654e5bd
commit 6dce96e1d0

View file

@ -123,19 +123,8 @@ EXAMPLES = '''
- name: Remove a managed Azure Container Services (AKS) instance - name: Remove a managed Azure Container Services (AKS) instance
azure_rm_aks: azure_rm_aks:
name: acctestaks3 name: acctestaks3
location: eastus
dns_prefix: akstest
resource_group: Testing resource_group: Testing
state: absent 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 = ''' RETURN = '''
state: state: