mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
added missing resource_group description in return value (#45143)
This commit is contained in:
@@ -64,6 +64,12 @@ servers:
|
|||||||
returned: always
|
returned: always
|
||||||
type: str
|
type: str
|
||||||
sample: /subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/postgreabdud1223
|
sample: /subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/postgreabdud1223
|
||||||
|
resource_group:
|
||||||
|
description:
|
||||||
|
- Resource group name.
|
||||||
|
returned: always
|
||||||
|
type: str
|
||||||
|
sample: testresourcegroup
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Resource name.
|
- Resource name.
|
||||||
|
|||||||
Reference in New Issue
Block a user