added tags to webapp documentation (#45375)
This commit is contained in:
parent
afbf72cfeb
commit
376082c37d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue