mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
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.
|
description: Publishing profile password.
|
||||||
returned: only when I(return_publish_profile) is True.
|
returned: only when I(return_publish_profile) is True.
|
||||||
type: str
|
type: str
|
||||||
|
tags:
|
||||||
|
description: Tags assigned to the resource. Dictionary of string:string pairs.
|
||||||
|
type: dict
|
||||||
|
sample: { tag1: abc }
|
||||||
'''
|
'''
|
||||||
try:
|
try:
|
||||||
from msrestazure.azure_exceptions import CloudError
|
from msrestazure.azure_exceptions import CloudError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue