Skip to content

Commit

Permalink
sanity fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed May 22, 2024
1 parent 24675fc commit 70a8048
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/backup_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
type: str
sample: elastic
conditions:
description:A list of conditions that defines how resources are assigned to backup plans using tags.
description: A list of conditions that defines how resources are assigned to backup plans using tags.
returned: always
type: dict
sample: {
Expand Down Expand Up @@ -246,9 +246,9 @@
"condition_value": "Dev"
}
]
contain:
contains:
condition_key:
description:The key in a key-value pair.
description: The key in a key-value pair.
returned: always
type: str
sample: Environment
Expand Down
14 changes: 7 additions & 7 deletions plugins/modules/backup_vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@
type: int
sample: 0
tags:
description: Tags of the backup vault.
returned: on create/update
type: str
sample: {
"TagKey1": "TagValue1",
"TagKey2": "TagValue2"
}
description: Tags of the backup vault.
returned: on create/update
type: str
sample: {
"TagKey1": "TagValue1",
"TagKey2": "TagValue2"
}
"""


Expand Down

0 comments on commit 70a8048

Please sign in to comment.