From 376082c37d00edd649ba8f9cf67b070cce6e1bf1 Mon Sep 17 00:00:00 2001 From: Zim Kalinowski Date: Mon, 10 Sep 2018 09:51:17 +0800 Subject: [PATCH] added tags to webapp documentation (#45375) --- lib/ansible/modules/cloud/azure/azure_rm_webapp_facts.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_webapp_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_webapp_facts.py index 787cfdce0e..f10e72ec32 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_webapp_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_webapp_facts.py @@ -141,6 +141,10 @@ webapps: description: Publishing profile password. returned: only when I(return_publish_profile) is True. type: str + tags: + description: Tags assigned to the resource. Dictionary of string:string pairs. + type: dict + sample: { tag1: abc } ''' try: from msrestazure.azure_exceptions import CloudError