fixed invalid samples (#50227)

* fixed invalid samples
This commit is contained in:
Zim Kalinowski 2018-12-21 22:53:14 +08:00 committed by Sandra McCann
parent 14eba662c8
commit 92de28756d

View file

@ -66,11 +66,13 @@ EXAMPLES = '''
azure_rm_functionapp: azure_rm_functionapp:
resource_group: ansible-rg resource_group: ansible-rg
name: myfunctionapp name: myfunctionapp
storage_account: mystorageaccount
- name: create a function app with app settings - name: create a function app with app settings
azure_rm_functionapp: azure_rm_functionapp:
resource_group: ansible-rg resource_group: ansible-rg
name: myfunctionapp name: myfunctionapp
storage_account: mystorageaccount
app_settings: app_settings:
setting1: value1 setting1: value1
setting2: value2 setting2: value2