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

@ -148,11 +148,11 @@ EXAMPLES = '''
- name: Create sample container group
azure_rm_containerinstance:
resource_group: myResourceGroup
name: mynewcontainergroup
name: myContainerInstanceGroup
os_type: linux
ip_address: public
containers:
- name: mycontainer1
- name: myContainer1
image: httpd
memory: 1.5
ports: