1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

added tags to webapp documentation (#45375)

This commit is contained in:
Zim Kalinowski 2018-09-10 09:51:17 +08:00 committed by Yunge Zhu
parent afbf72cfeb
commit 376082c37d

View file

@ -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