fix sample in docs (#55420)

This commit is contained in:
Yunge Zhu 2019-04-17 13:41:58 +08:00 committed by ansibot
parent 339a0f4a8c
commit 22f666c962
13 changed files with 49 additions and 49 deletions

View file

@ -203,7 +203,7 @@ author:
EXAMPLES = '''
- name: Create a managed Azure Container Services (AKS) instance
azure_rm_aks:
name: acctestaks1
name: myAKS
location: eastus
resource_group: myResourceGroup
dns_prefix: akstest
@ -222,7 +222,7 @@ EXAMPLES = '''
- name: Remove a managed Azure Container Services (AKS) instance
azure_rm_aks:
name: acctestaks3
name: myAKS
resource_group: myResourceGroup
state: absent
'''
@ -244,7 +244,7 @@ state:
vnet_subnet_id: Null
changed: false
dns_prefix: aks9860bdcd89
id: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/yuwzhoaks/providers/Microsoft.ContainerService/managedClusters/aks9860bdc"
id: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/myResourceGroup/providers/Microsoft.ContainerService/managedClusters/aks9860bdc"
kube_config: "......"
kubernetes_version: 1.11.4
linux_profile: