mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-11 03:31:29 -07:00
fix sample in docs (#55420)
This commit is contained in:
parent
339a0f4a8c
commit
22f666c962
13 changed files with 49 additions and 49 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue