fixed invalid samples (#50227)

* fixed invalid samples
pull/50286/head
Zim Kalinowski 6 years ago committed by Sandra McCann
parent 14eba662c8
commit 92de28756d

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

Loading…
Cancel
Save